1 implementation of BeginProcessRequest
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingService.cs (1)
237IAsyncResult IRequestReplyRouter.BeginProcessRequest(Message message, AsyncCallback callback, object state)
1 reference to BeginProcessRequest
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\ClientFactory.cs (1)
475return this.Channel.BeginProcessRequest(message, callback, state);