2 writes to timer
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqBindingMonitor.cs (2)
122
this.
timer
= new IOThreadTimer(new Action<object>(OnTimer), null, false);
133
this.
timer
= null;
5 references to timer
System.ServiceModel (5)
System\ServiceModel\Channels\MsmqBindingMonitor.cs (5)
120
if (this.
timer
== null)
124
this.
timer
.Set(0);
130
if (this.
timer
!= null)
132
this.
timer
.Cancel();
255
this.
timer
.Set(this.updateInterval);