1 instantiation of WaitForRequestAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (1)
159
return new
WaitForRequestAsyncResult
(this, timeout, callback, state);
2 references to WaitForRequestAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (2)
289
WaitForRequestAsyncResult
waitForRequestResult = result as
WaitForRequestAsyncResult
;