1 write to scheduledUnlockInstance
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (1)
66
this.
scheduledUnlockInstance
= new Action<object>(ScheduledUnlockInstance);
2 references to scheduledUnlockInstance
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (2)
644
unlockInstanceState.BackoffTimeoutHelper.WaitAndBackoff(this.
scheduledUnlockInstance
, unlockInstanceState);
685
unlockInstanceState.BackoffTimeoutHelper.WaitAndBackoff(this.
scheduledUnlockInstance
, unlockInstanceState);