Implemented interface member:
method
BeginReceive
System.ServiceModel.Channels.IInputChannel.BeginReceive(System.TimeSpan, System.AsyncCallback, System.Object)
2 references to BeginReceive
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\TransactionChannel.cs (2)
438return BeginReceive(DefaultReceiveTimeout, callback, state); 526return Task.Factory.FromAsync(BeginReceive, EndReceive, timeout, null);