1 write to LockRenewalTask
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreLock.cs (1)
129
this.
LockRenewalTask
= new LockRenewalTask(this.sqlWorkflowInstanceStore, this, this.HostLockRenewalPulseInterval, this.sqlWorkflowInstanceStore.BufferedHostLockRenewalPeriod);
3 references to LockRenewalTask
System.Activities.DurableInstancing (3)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreLock.cs (3)
136
this.
LockRenewalTask
.ResetTimer(true);
213
if (this.
LockRenewalTask
!= null)
215
this.
LockRenewalTask
.CancelTimer();