1 write to timer
System.ServiceModel (1)
System\ServiceModel\Channels\Msmq4PoisonHandler.cs (1)
35
this.
timer
= new IOThreadTimer(new Action<object>(OnTimer), null, false);
2 references to timer
System.ServiceModel (2)
System\ServiceModel\Channels\Msmq4PoisonHandler.cs (2)
258
this.
timer
.Cancel();
300
handler.
timer
.Set(waitTime);