WorkflowBlobService Methods

Scanjour Workflow4 Reference Manual

The WorkflowBlobService type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Cleans up the entry in the WorkflowBlobServiceFactory instance dictionary
(Overrides ObjectFinalize.)
Public methodFlush
Flushes blob cache (persists streams and clears cache).
Public methodGet
Loads blob data from the store
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPersistAll
Persists all streams from the cache.
Public methodPersistUpdates
Persists streams.
Public methodPut(WorkflowBlob)
Stores blob data and provides blob id for passing between activities
Public methodPut(Guid, WorkflowBlob)
Stores blob data in the cache.
Public methodRegisterUpdate
Registers the update of blob content.
Public methodRemove
Removes blob data from the store
Public methodRemoveAll
Removes all streams data associated with workflow instances having current workflow instance as a root
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference