3 references to InstanceLock
System.Workflow.Runtime (3)
Lock.cs (3)
27
return new
InstanceLock
(id, "Workflow Executor Lock: " + id.ToString(), 50, LockPriorityOperator.GreaterThanOrReentrant);
32
return new
InstanceLock
(id, "Workflow Scheduler Lock: " + id.ToString(), 40, LockPriorityOperator.GreaterThan);
37
return new
InstanceLock
(id, "Workflow Message Delivery Lock: " + id.ToString(), 35, LockPriorityOperator.GreaterThanOrReentrant);