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