1 instantiation of HelpReceiveAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\InputChannel.cs (1)
167
return new
HelpReceiveAsyncResult
(channel, timeout, callback, state);
5 references to HelpReceiveAsyncResult
System.ServiceModel (5)
System\ServiceModel\Channels\InputChannel.cs (5)
172
return
HelpReceiveAsyncResult
.End(result);
200
HelpReceiveAsyncResult
thisPtr = AsyncResult.End<
HelpReceiveAsyncResult
>(result);
220
HelpReceiveAsyncResult
thisPtr = (
HelpReceiveAsyncResult
)result.AsyncState;