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