1 implementation of BeginProcessMessage
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingService.cs (1)
248
IAsyncResult IDuplexSessionRouter.
BeginProcessMessage
(Message message, AsyncCallback callback, object state)
1 reference to BeginProcessMessage
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\ClientFactory.cs (1)
367
return this.Channel.
BeginProcessMessage
(message, callback, state);