1 write to idleTimer
System.ServiceModel (1)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
200
idleTimer
= new IOThreadTimer(onIdle, this, false);
5 references to idleTimer
System.ServiceModel (5)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (5)
183
if (this.
idleTimer
!= null)
185
this.
idleTimer
.Cancel();
193
if (
idleTimer
== null)
203
idleTimer
.Set(idleTimeout);
283
idleTimer
.Set(idleTimeout);