Implemented interface member:
method
EndReceive
System.ServiceModel.Channels.IInputChannel.EndReceive(System.IAsyncResult)
1 reference to EndReceive
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\TransactionChannel.cs (1)
526return Task.Factory.FromAsync(BeginReceive, EndReceive, timeout, null);