3 references to BeginWaitForItem
System.ServiceModel (3)
System\ServiceModel\Channels\DuplexChannel.cs (1)
185return base.BeginWaitForItem(timeout, callback, state);
System\ServiceModel\Channels\InputChannel.cs (1)
143return base.BeginWaitForItem(timeout, callback, state);
System\ServiceModel\Channels\ReplyChannel.cs (1)
240return base.BeginWaitForItem(timeout, callback, state);