1 reference to completeWaitCallBack
System.ServiceModel (1)
System\ServiceModel\Channels\RequestChannel.cs (1)
379
this.waitHandle = ThreadPool.RegisterWaitForSingleObject(this.requestChannel.closedEvent,
completeWaitCallBack
, this, TimeoutHelper.ToMilliseconds(timeout), true);