2 writes to bufferedHostLockRenewalPeriod
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (2)
64
this.
bufferedHostLockRenewalPeriod
= TimeSpan.Zero;
184
this.
bufferedHostLockRenewalPeriod
= TimeSpan.FromSeconds(Math.Min(Int32.MaxValue, lockBuffer + this.HostLockRenewalPeriod.TotalSeconds));
2 references to bufferedHostLockRenewalPeriod
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (2)
181
if (this.
bufferedHostLockRenewalPeriod
== TimeSpan.Zero)
186
return this.
bufferedHostLockRenewalPeriod
;