1 write to unlockInstanceCallback
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (1)
65
this.
unlockInstanceCallback
= Fx.ThunkCallback(UnlockInstanceCallback);
2 references to unlockInstanceCallback
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (2)
501
this.BeginTryCommandInternal(null, command, TimeSpan.MaxValue, this.
unlockInstanceCallback
, command);
630
this.BeginTryCommandInternal(null, command, TimeSpan.MaxValue,
unlockInstanceCallback
, command);