1 instantiation of ReceiveAsyncResult
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingDuplexChannel.cs (1)
63
ReceiveAsyncResult<TChannel> result = new
ReceiveAsyncResult
<TChannel>(this, timeout, callback, state);
4 references to ReceiveAsyncResult
Extensibility.MessageInterceptor.IntegrationTests (4)
InterceptingDuplexChannel.cs (4)
63
ReceiveAsyncResult
<TChannel> result = new ReceiveAsyncResult<TChannel>(this, timeout, callback, state);
70
return
ReceiveAsyncResult
<TChannel>.End(result);
256
ReceiveAsyncResult
<TInputChannel> thisPtr = AsyncResult.End<
ReceiveAsyncResult
<TInputChannel>>(result);