3 references to BeginDequeue
System.ServiceModel (3)
System\ServiceModel\Channels\DuplexChannel.cs (1)
160
return base.
BeginDequeue
(timeout, callback, state);
System\ServiceModel\Channels\InputChannel.cs (1)
116
return base.
BeginDequeue
(timeout, callback, state);
System\ServiceModel\Channels\ReplyChannel.cs (1)
215
return base.
BeginDequeue
(timeout, callback, state);