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