WorkFlowBlobServiceFactoryGetOrCreateWorkflowBlobService Method |
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.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static WorkflowBlobService GetOrCreateWorkflowBlobService(
Uri oDataUri,
Guid instanceId
)
Public Shared Function GetOrCreateWorkflowBlobService (
oDataUri As Uri,
instanceId As Guid
) As WorkflowBlobService
public:
static WorkflowBlobService^ GetOrCreateWorkflowBlobService(
Uri^ oDataUri,
Guid instanceId
)
static member GetOrCreateWorkflowBlobService :
oDataUri : Uri *
instanceId : Guid -> WorkflowBlobService
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