1 write to sqlWorkflowInstanceStore
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreLock.cs (1)
25this.sqlWorkflowInstanceStore = sqlWorkflowInstanceStore;
12 references to sqlWorkflowInstanceStore
System.Activities.DurableInstancing (12)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreLock.cs (12)
48&& (this.sqlWorkflowInstanceStore.InstanceOwnersExist); 95if (SqlWorkflowInstanceStoreConstants.MaxHostLockRenewalPulseInterval < this.sqlWorkflowInstanceStore.HostLockRenewalPeriod) 101this.hostLockRenewalPulseInterval = this.sqlWorkflowInstanceStore.HostLockRenewalPeriod; 116TimeSpan runnableInstancesDetectionPeriod = this.sqlWorkflowInstanceStore.RunnableInstancesDetectionPeriod; 120this.InstanceDetectionTask = new DetectActivatableWorkflowsTask(this.sqlWorkflowInstanceStore, this, runnableInstancesDetectionPeriod); 124this.InstanceDetectionTask = new DetectRunnableInstancesTask(this.sqlWorkflowInstanceStore, this, runnableInstancesDetectionPeriod); 129this.LockRenewalTask = new LockRenewalTask(this.sqlWorkflowInstanceStore, this, this.HostLockRenewalPulseInterval, this.sqlWorkflowInstanceStore.BufferedHostLockRenewalPeriod); 130this.LockRecoveryTask = new LockRecoveryTask(this.sqlWorkflowInstanceStore, this, this.HostLockRenewalPulseInterval, this.sqlWorkflowInstanceStore.BufferedHostLockRenewalPeriod); 208if (this.sqlWorkflowInstanceStore.IsLockRetryEnabled()) 210this.sqlWorkflowInstanceStore.LoadRetryHandler.AbortPendingRetries();