5 references to End
System.ServiceModel (5)
System\ServiceModel\Channels\MsmqInputChannelBase.cs (2)
226return DoneReceivingAsyncResult.End(doneRecevingResult); 308return DoneReceivingAsyncResult.End(doneRecevingResult);
System\ServiceModel\Channels\MsmqInputSessionChannelListener.cs (1)
153DoneReceivingAsyncResult.End(doneRecevingResult);
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
181DoneReceivingAsyncResult.End(doneReceivingResult); 299return DoneReceivingAsyncResult.End(doneRecevingResult);