1 write to sqlWorkflowInstanceStore
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreLock.cs (1)
25
this.
sqlWorkflowInstanceStore
= sqlWorkflowInstanceStore;
12 references to sqlWorkflowInstanceStore
System.Activities.DurableInstancing (12)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreLock.cs (12)
48
&& (this.
sqlWorkflowInstanceStore
.InstanceOwnersExist);
95
if (SqlWorkflowInstanceStoreConstants.MaxHostLockRenewalPulseInterval < this.
sqlWorkflowInstanceStore
.HostLockRenewalPeriod)
101
this.hostLockRenewalPulseInterval = this.
sqlWorkflowInstanceStore
.HostLockRenewalPeriod;
116
TimeSpan runnableInstancesDetectionPeriod = this.
sqlWorkflowInstanceStore
.RunnableInstancesDetectionPeriod;
120
this.InstanceDetectionTask = new DetectActivatableWorkflowsTask(this.
sqlWorkflowInstanceStore
, this, runnableInstancesDetectionPeriod);
124
this.InstanceDetectionTask = new DetectRunnableInstancesTask(this.
sqlWorkflowInstanceStore
, this, runnableInstancesDetectionPeriod);
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);
208
if (this.
sqlWorkflowInstanceStore
.IsLockRetryEnabled())
210
this.
sqlWorkflowInstanceStore
.LoadRetryHandler.AbortPendingRetries();