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