1 write to timer
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
2585this.timer = new IOThreadTimer(GetTimerCallback(), this, false);
3 references to timer
System.ServiceModel (3)
System\ServiceModel\Channels\ServiceChannel.cs (3)
2587this.timer.SetAt(Ticks.Now + this.idleTicks); 2619this.timer.Cancel(); 2687this.timer.SetAt(abortTime);