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)
438
return
BeginReceive
(DefaultReceiveTimeout, callback, state);
526
return Task.Factory.FromAsync(
BeginReceive
, EndReceive, timeout, null);