1 write to LockRenewalTask
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreLock.cs (1)
129this.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)
136this.LockRenewalTask.ResetTimer(true); 213if (this.LockRenewalTask != null) 215this.LockRenewalTask.CancelTimer();