Implemented interface member:
method
BeginReceive
System.ServiceModel.Channels.IInputChannel.BeginReceive(System.TimeSpan, System.AsyncCallback, System.Object)
1 reference to BeginReceive
System.ServiceModel (1)
System\ServiceModel\Channels\TransactionChannelListener.cs (1)
290return this.BeginReceive(this.DefaultReceiveTimeout, callback, state);