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