The WorkflowBlobService type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize |
Cleans up the entry in the WorkflowBlobServiceFactory instance dictionary
(Overrides ObjectFinalize.) | |
Flush |
Flushes blob cache (persists streams and clears cache).
| |
Get |
Loads blob data from the store
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PersistAll |
Persists all streams from the cache.
| |
PersistUpdates |
Persists streams.
| |
Put(WorkflowBlob) |
Stores blob data and provides blob id for passing between activities
| |
Put(Guid, WorkflowBlob) |
Stores blob data in the cache.
| |
RegisterUpdate |
Registers the update of blob content.
| |
Remove |
Removes blob data from the store
| |
RemoveAll |
Removes all streams data associated with workflow instances having current workflow instance as a root
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
FormatFromDictionary | (Defined by DictionaryExtensions.) | |
GetFirstValue | (Defined by DictionaryExtensions.) |
See Also