4 references to BufferedHostLockRenewalPeriod
System.Activities.DurableInstancing (4)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (1)
68double lockTimeout = base.Store.BufferedHostLockRenewalPeriod.TotalSeconds;
System\Activities\DurableInstancing\ExtendLockAsyncResult.cs (1)
46double lockTimeout = base.Store.BufferedHostLockRenewalPeriod.TotalSeconds;
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreLock.cs (2)
129this.LockRenewalTask = new LockRenewalTask(this.sqlWorkflowInstanceStore, this, this.HostLockRenewalPulseInterval, this.sqlWorkflowInstanceStore.BufferedHostLockRenewalPeriod); 130this.LockRecoveryTask = new LockRecoveryTask(this.sqlWorkflowInstanceStore, this, this.HostLockRenewalPulseInterval, this.sqlWorkflowInstanceStore.BufferedHostLockRenewalPeriod);