3 overrides of EnqueueAndDispatch
System.ServiceModel (3)
System\ServiceModel\Channels\ChannelDemuxer.cs (3)
1143
protected override void
EnqueueAndDispatch
(IChannelListener listener, Message message, Action dequeuedCallback, bool canDispatchOnThisThread)
1205
protected override void
EnqueueAndDispatch
(IChannelListener listener, Message message, Action dequeuedCallback, bool canDispatchOnThisThread)
1454
protected override void
EnqueueAndDispatch
(IChannelListener listener, RequestContext request, Action dequeuedCallback, bool canDispatchOnThisThread)
1 reference to EnqueueAndDispatch
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
648
this.
EnqueueAndDispatch
(matchingListener, item, this.onItemDequeued, false);