1 implementation of EndOperation
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\ClientFactory.cs (1)
157public Message EndOperation(IAsyncResult result)
2 references to EndOperation
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (1)
287this.client.EndOperation(result);
System\ServiceModel\Routing\ProcessRequestAsyncResult.cs (1)
174Message responseMsg = this.currentClient.EndOperation(result);