2 writes to taskTimer
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\PersistenceTask.cs (2)
70
this.
taskTimer
= null;
96
this.
taskTimer
= new IOThreadTimer(new Action<object>(this.OnTimerFired), null, false);
4 references to taskTimer
System.Activities.DurableInstancing (4)
System\Activities\DurableInstancing\PersistenceTask.cs (4)
67
if (this.
taskTimer
!= null)
69
this.
taskTimer
.Cancel();
94
if (this.
taskTimer
== null)
99
this.
taskTimer
.Set(fireImmediately ? TimeSpan.Zero : timeTillNextPoll);