1 instantiation of TryReceiveAsyncResult
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingDuplexChannel.cs (1)
90
TryReceiveAsyncResult<TChannel> result = new
TryReceiveAsyncResult
<TChannel>(this, timeout, callback, state);
4 references to TryReceiveAsyncResult
Extensibility.MessageInterceptor.IntegrationTests (4)
InterceptingDuplexChannel.cs (4)
90
TryReceiveAsyncResult
<TChannel> result = new TryReceiveAsyncResult<TChannel>(this, timeout, callback, state);
97
return
TryReceiveAsyncResult
<TChannel>.End(result, out message);
224
TryReceiveAsyncResult
<TInputChannel> thisPtr = AsyncResult.End<
TryReceiveAsyncResult
<TInputChannel>>(result);