Service for managing data streams passed between activities
Inheritance Hierarchy
Scanjour.Workflow4.BaseWorkflowBlobService
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax
The WorkflowBlobService type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| WorkflowBlobService |
Constructs new instance of workflow service
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| 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.
| |
| PersistStream |
Persists the blob.
| |
| 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.) |
See Also