1 instantiation of ProcessRequestAsyncResult
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingService.cs (1)
308return new ProcessRequestAsyncResult<TContract>(this, message, callback, state);
5 references to ProcessRequestAsyncResult
System.ServiceModel.Routing (5)
System\ServiceModel\Routing\ProcessRequestAsyncResult.cs (4)
139ProcessRequestAsyncResult<TContract> thisPtr = (ProcessRequestAsyncResult<TContract>)result.AsyncState; 202ProcessRequestAsyncResult<TContract> processRequest = AsyncResult.End<ProcessRequestAsyncResult<TContract>>(result);
System\ServiceModel\Routing\RoutingService.cs (1)
325return ProcessRequestAsyncResult<TContract>.End(result);