Implemented interface member:
method
BeginReceive
System.ServiceModel.Channels.IInputChannel.BeginReceive(System.TimeSpan, System.AsyncCallback, System.Object)
1 override of BeginReceive
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqInputSessionChannel.cs (1)
105public override IAsyncResult BeginReceive(TimeSpan timeout, AsyncCallback callback, object state)
1 reference to BeginReceive
System.ServiceModel (1)
System\ServiceModel\Channels\InputChannel.cs (1)
74return this.BeginReceive(this.DefaultReceiveTimeout, callback, state);