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