TheContentServiceEngine..::..GetBlob Method (String, String, Boolean, Int64)
Returns a Blob either from the local node or a any mesh connected node in the same security context
Namespace:
nsCDEngine.Engines.ContentServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public TheBlobData GetBlob( string pBlobName, string pScrambledScopeID, bool DoPublishRequest, long BlobTimeout )
Public Function GetBlob ( _ pBlobName As String, _ pScrambledScopeID As String, _ DoPublishRequest As Boolean, _ BlobTimeout As Long _ ) As TheBlobData
public: TheBlobData^ GetBlob( String^ pBlobName, String^ pScrambledScopeID, bool^ DoPublishRequest, long long^ BlobTimeout )
Parameters
- pBlobName
- Type: String
Full Path and Name of the blob to retrieve
- pScrambledScopeID
- Type: String
Security Context
- DoPublishRequest
- Type: Boolean
If set to false - only the local node will respond and the request will not be meshed
- BlobTimeout
- Type: Int64
Each retrieved blob is stored in a temporary cache. This parameter allows to specify the blob timeout in seconds. If set to zero, the cache will NEVER expire