Returns the current WorkflowBlobService for the instnace if it exists.
otherwise it returns a new object and adds it to the cache.
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public static WorkflowBlobService GetOrCreateWorkflowBlobService( Uri oDataUri, Guid instanceId )
Parameters
- oDataUri
- Type: SystemUri
[Missing <param name="oDataUri"/> documentation for "M:Scanjour.Workflow4.Base.WorkFlowBlobServiceFactory.GetOrCreateWorkflowBlobService(System.Uri,System.Guid)"]
- instanceId
- Type: SystemGuid
[Missing <param name="instanceId"/> documentation for "M:Scanjour.Workflow4.Base.WorkFlowBlobServiceFactory.GetOrCreateWorkflowBlobService(System.Uri,System.Guid)"]
Return Value
Type: WorkflowBlobService[Missing <returns> documentation for "M:Scanjour.Workflow4.Base.WorkFlowBlobServiceFactory.GetOrCreateWorkflowBlobService(System.Uri,System.Guid)"]
See Also