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