3 overrides of EnqueueAndDispatch
System.ServiceModel (3)
System\ServiceModel\Channels\ChannelDemuxer.cs (3)
1149
protected override void
EnqueueAndDispatch
(IChannelListener listener, Exception exception, Action dequeuedCallback, bool canDispatchOnThisThread)
1211
protected override void
EnqueueAndDispatch
(IChannelListener listener, Exception exception, Action dequeuedCallback, bool canDispatchOnThisThread)
1488
protected override void
EnqueueAndDispatch
(IChannelListener listener, Exception exception, Action dequeuedCallback, bool canDispatchOnThisThread)
1 reference to EnqueueAndDispatch
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
381
this.
EnqueueAndDispatch
(listener, exception, this.onItemDequeued, false);