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: 23.1.0.0 (23.1.0.0)
Syntax
The WorkflowBlobService type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ClassId |
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.) |
See Also