1 instantiation of SendAsyncResult
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingChannelFactory.cs (1)
148
return new
SendAsyncResult
(this, message, timeout, callback, state);
4 references to SendAsyncResult
Extensibility.MessageInterceptor.IntegrationTests (4)
InterceptingChannelFactory.cs (4)
153
SendAsyncResult
.End(result);
207
SendAsyncResult
thisPtr = (
SendAsyncResult
)result.AsyncState;
224
AsyncResult.End<
SendAsyncResult
>(result);