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