1 write to unloadTimer
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (1)
5669
this.
unloadTimer
= new IOThreadTimer(onTimerCallback, new Action(Unload), true);
6 references to unloadTimer
System.ServiceModel.Activities (6)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (6)
5706
Fx.Assert(this.
unloadTimer
!= null, "unloadTimer cannot be null if unload is enabled");
5707
SetTimer(this.
unloadTimer
, this.timeToUnload);
5721
if (this.
unloadTimer
!= null)
5723
this.
unloadTimer
.Cancel();
5779
Fx.Assert(this.
unloadTimer
!= null, "unloadTimer cannot be null if unload is enabled");
5784
SetTimer(this.
unloadTimer
, this.timeToUnload - this.timeToPersist);