Base:
method
BeginReceive
System.ServiceModel.Channels.InputChannel.BeginReceive(System.TimeSpan, System.AsyncCallback, System.Object)
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\MsmqInputSessionChannel.cs (1)
102return this.BeginReceive(this.DefaultReceiveTimeout, callback, state);