WorkflowBlobServicePut Method (Guid, WorkflowBlob)

Scanjour Workflow4 Reference Manual
Stores blob data in the cache.

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public Guid Put(
	Guid id,
	WorkflowBlob blob
)

Parameters

id
Type: SystemGuid
The blob identifier.
blob
Type: Scanjour.Workflow4.BaseWorkflowBlob
The blob.

Return Value

Type: Guid
The blob identifier.
See Also

Reference