4 references to BufferedHostLockRenewalPeriod
System.Activities.DurableInstancing (4)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (1)
68
double lockTimeout = base.Store.
BufferedHostLockRenewalPeriod
.TotalSeconds;
System\Activities\DurableInstancing\ExtendLockAsyncResult.cs (1)
46
double lockTimeout = base.Store.
BufferedHostLockRenewalPeriod
.TotalSeconds;
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
);