1 write to LockRecoveryTask
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreLock.cs (1)
130this.LockRecoveryTask = new LockRecoveryTask(this.sqlWorkflowInstanceStore, this, this.HostLockRenewalPulseInterval, this.sqlWorkflowInstanceStore.BufferedHostLockRenewalPeriod);
3 references to LockRecoveryTask
System.Activities.DurableInstancing (3)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreLock.cs (3)
137this.LockRecoveryTask.ResetTimer(true); 218if (this.LockRecoveryTask != null) 220this.LockRecoveryTask.CancelTimer();