2 writes to hostLockRenewalPulseInterval
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreLock.cs (2)
97
this.
hostLockRenewalPulseInterval
= SqlWorkflowInstanceStoreConstants.MaxHostLockRenewalPulseInterval;
101
this.
hostLockRenewalPulseInterval
= this.sqlWorkflowInstanceStore.HostLockRenewalPeriod;
2 references to hostLockRenewalPulseInterval
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreLock.cs (2)
89
if (this.
hostLockRenewalPulseInterval
== TimeSpan.Zero)
105
return this.
hostLockRenewalPulseInterval
;