WorkflowBlobService Class

Service for managing data streams passed between activities

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public class WorkflowBlobService
Inheritance
Object    WorkflowBlobService

Properties

Methods

EqualsDetermines 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
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates 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
ToStringReturns a string that represents the current object.
(Inherited from Object)

Extension Methods

See Also