1 instantiation of ReceiveAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
170
return new
ReceiveAsyncResult
(this.InnerChannel, timeout, this.validateHeader, callback, state);
3 references to ReceiveAsyncResult
System.ServiceModel (3)
System\ServiceModel\Channels\OneWayChannelListener.cs (3)
175
return
ReceiveAsyncResult
.End(result);
259
ReceiveAsyncResult
thisPtr = AsyncResult.End<
ReceiveAsyncResult
>(result);