WorkFlowBlobServiceFactoryGetOrCreateWorkflowBlobService Method

Returns the current WorkflowBlobService for the instnace if it exists. otherwise it returns a new object and adds it to the cache.

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 static WorkflowBlobService GetOrCreateWorkflowBlobService(
	Uri oDataUri,
	Guid instanceId
)

Parameters

oDataUri  Uri

[Missing <param name="oDataUri"/> documentation for "M:Scanjour.Workflow4.Base.WorkFlowBlobServiceFactory.GetOrCreateWorkflowBlobService(System.Uri,System.Guid)"]

instanceId  Guid

[Missing <param name="instanceId"/> documentation for "M:Scanjour.Workflow4.Base.WorkFlowBlobServiceFactory.GetOrCreateWorkflowBlobService(System.Uri,System.Guid)"]

Return Value

WorkflowBlobService

[Missing <returns> documentation for "M:Scanjour.Workflow4.Base.WorkFlowBlobServiceFactory.GetOrCreateWorkflowBlobService(System.Uri,System.Guid)"]

See Also