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