1 instantiation of HelpReceiveRequestAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ReplyChannel.cs (1)
73
return new
HelpReceiveRequestAsyncResult
(channel, timeout, callback, state);
5 references to HelpReceiveRequestAsyncResult
System.ServiceModel (5)
System\ServiceModel\Channels\ReplyChannel.cs (5)
78
return
HelpReceiveRequestAsyncResult
.End(result);
106
HelpReceiveRequestAsyncResult
thisPtr = AsyncResult.End<
HelpReceiveRequestAsyncResult
>(result);
126
HelpReceiveRequestAsyncResult
thisPtr = (
HelpReceiveRequestAsyncResult
)result.AsyncState;