1 write to waitHandle
System.ServiceModel (1)
System\ServiceModel\Channels\RequestChannel.cs (1)
379
this.
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)
398
if (
waitHandle
!= null)
400
waitHandle
.Unregister(requestChannel.closedEvent);