1 write to onIdle
System.ServiceModel (1)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
197
onIdle
= new Action<object>(OnIdle);
2 references to onIdle
System.ServiceModel (2)
System\ServiceModel\Channels\IdlingCommunicationPool.cs (2)
195
if (
onIdle
== null)
200
idleTimer = new IOThreadTimer(
onIdle
, this, false);