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