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