WorkflowExecutionLockManagerAcquire Method

[Missing <summary> documentation for "M:Casewhere.Runtime.Workflows.WorkflowExecutionLockManager.Acquire(System.Guid)"]

Definition

Namespace: Casewhere.Runtime.Workflows
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public bool Acquire(
	Guid workflowId
)

Parameters

workflowId  Guid
 

Return Value

Boolean

[Missing <returns> documentation for "M:Casewhere.Runtime.Workflows.WorkflowExecutionLockManager.Acquire(System.Guid)"]

Implements

IWorkflowExecutionLockManagerAcquire(Guid)

See Also