1 instantiation of TryReceiveAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
196
return new
TryReceiveAsyncResult
(this.InnerChannel, timeout, this.validateHeader, callback, state);
3 references to TryReceiveAsyncResult
System.ServiceModel (3)
System\ServiceModel\Channels\OneWayChannelListener.cs (3)
201
return
TryReceiveAsyncResult
.End(result, out message);
231
TryReceiveAsyncResult
thisPtr = AsyncResult.End<
TryReceiveAsyncResult
>(result);