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