2 references to HostLockRenewalPulseInterval
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreLock.cs (2)
129
this.LockRenewalTask = new LockRenewalTask(this.sqlWorkflowInstanceStore, this, this.
HostLockRenewalPulseInterval
, this.sqlWorkflowInstanceStore.BufferedHostLockRenewalPeriod);
130
this.LockRecoveryTask = new LockRecoveryTask(this.sqlWorkflowInstanceStore, this, this.
HostLockRenewalPulseInterval
, this.sqlWorkflowInstanceStore.BufferedHostLockRenewalPeriod);