10 references to ResetTimer
System.Activities.DurableInstancing (10)
System\Activities\DurableInstancing\DetectActivatableWorkflowsAsyncResult.cs (1)
75base.StoreLock.InstanceDetectionTask.ResetTimer(false);
System\Activities\DurableInstancing\DetectActivatableWorkflowsTask.cs (1)
33this.ResetTimer(false);
System\Activities\DurableInstancing\DetectRunnableInstancesTask.cs (1)
33this.ResetTimer(false);
System\Activities\DurableInstancing\LockRecoveryTask.cs (1)
23base.ResetTimer(false);
System\Activities\DurableInstancing\PersistenceTask.cs (1)
116this.ResetTimer(false);
System\Activities\DurableInstancing\QueryActivatableWorkflowAsyncResult.cs (1)
58base.StoreLock.InstanceDetectionTask.ResetTimer(false);
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreLock.cs (3)
134this.InstanceDetectionTask.ResetTimer(true); 136this.LockRenewalTask.ResetTimer(true); 137this.LockRecoveryTask.ResetTimer(true);
System\Activities\DurableInstancing\TryLoadRunnableWorkflowAsyncResult.cs (1)
65base.StoreLock.InstanceDetectionTask.ResetTimer(false);