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