1 write to waitHandle
System.ServiceModel (1)
System\ServiceModel\Channels\RequestChannel.cs (1)
379this.waitHandle = ThreadPool.RegisterWaitForSingleObject(this.requestChannel.closedEvent, completeWaitCallBack, this, TimeoutHelper.ToMilliseconds(timeout), true);
2 references to waitHandle
System.ServiceModel (2)
System\ServiceModel\Channels\RequestChannel.cs (2)
398if (waitHandle != null) 400waitHandle.Unregister(requestChannel.closedEvent);