Click or drag to resize

WorkflowExecutionLockManagerRelease Method

[Missing <summary> documentation for "M:Casewhere.Runtime.Workflows.WorkflowExecutionLockManager.Release(System.Collections.Generic.List{System.Guid})"]


Namespace: Casewhere.Runtime.Workflows
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
public void Release(
	List<Guid> workflowIds
)

Parameters

workflowIds  ListGuid
 

Implements

IWorkflowExecutionLockManagerRelease(ListGuid)
See Also