1 write to LockRecoveryTask
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreLock.cs (1)
130
this.
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)
137
this.
LockRecoveryTask
.ResetTimer(true);
218
if (this.
LockRecoveryTask
!= null)
220
this.
LockRecoveryTask
.CancelTimer();