1 instantiation of WaitForPendingRequestsAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\RequestChannel.cs (1)
79return new WaitForPendingRequestsAsyncResult(timeout, this, pendingRequests, callback, state);
4 references to WaitForPendingRequestsAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\RequestChannel.cs (4)
84WaitForPendingRequestsAsyncResult.End(result); 408WaitForPendingRequestsAsyncResult thisPtr = (WaitForPendingRequestsAsyncResult)state; 433AsyncResult.End<WaitForPendingRequestsAsyncResult>(result);