3 references to End
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
2459
return
End
(result, out handledException);
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (1)
849
Message reply = ReliableBinderRequestAsyncResult.
End
(result, out handledException);
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (1)
381
Message reply = ReliableBinderRequestAsyncResult.
End
(result, out handledException);