3 references to BeginProcessMessage
System.ServiceModel.Routing (3)
System\ServiceModel\Routing\RoutingService.cs (3)
228
return this.
BeginProcessMessage
<ISimplexSessionRouter>(message, callback, state);
250
return this.
BeginProcessMessage
<IDuplexSessionRouter>(message, callback, state);
261
return this.
BeginProcessMessage
<ISimplexDatagramRouter>(message, callback, state);