2 references to ProcessMessagesAsyncResult
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\RoutingChannelExtension.cs (1)
281return new ProcessMessagesAsyncResult<T>(null, service, timeout, callback, state);
System\ServiceModel\Routing\RoutingService.cs (1)
274return new ProcessMessagesAsyncResult<TContract>(message, this, this.ChannelExtension.OperationTimeout, callback, state);