1 write to retryThreadTimer
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\LoadRetryHandler.cs (1)
22this.retryThreadTimer = new IOThreadTimer(new Action<object>(this.OnRetryTimer), null, false);
3 references to retryThreadTimer
System.Activities.DurableInstancing (3)
System\Activities\DurableInstancing\LoadRetryHandler.cs (3)
37this.retryThreadTimer.Set(command.RetryTimeout); 45this.retryThreadTimer.Cancel(); 114this.retryThreadTimer.Set(waitTime);