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