2 writes to InstanceDetectionTask
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreLock.cs (2)
120this.InstanceDetectionTask = new DetectActivatableWorkflowsTask(this.sqlWorkflowInstanceStore, this, runnableInstancesDetectionPeriod); 124this.InstanceDetectionTask = new DetectRunnableInstancesTask(this.sqlWorkflowInstanceStore, this, runnableInstancesDetectionPeriod);
8 references to InstanceDetectionTask
System.Activities.DurableInstancing (8)
System\Activities\DurableInstancing\DetectActivatableWorkflowsAsyncResult.cs (1)
75base.StoreLock.InstanceDetectionTask.ResetTimer(false);
System\Activities\DurableInstancing\DetectRunnableInstancesAsyncResult.cs (1)
94base.StoreLock.InstanceDetectionTask.ResetTimer(false, timeTillNextPoll);
System\Activities\DurableInstancing\QueryActivatableWorkflowAsyncResult.cs (1)
58base.StoreLock.InstanceDetectionTask.ResetTimer(false);
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreLock.cs (4)
132if (this.InstanceDetectionTask != null) 134this.InstanceDetectionTask.ResetTimer(true); 223if (this.InstanceDetectionTask != null) 225this.InstanceDetectionTask.CancelTimer();
System\Activities\DurableInstancing\TryLoadRunnableWorkflowAsyncResult.cs (1)
65base.StoreLock.InstanceDetectionTask.ResetTimer(false);