Base:
method
EnqueueWithoutDispatch
System.ServiceModel.Channels.InputQueueChannelAcceptor<TChannel>.EnqueueWithoutDispatch(System.Exception, System.Action)
1 reference to EnqueueWithoutDispatch
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
1399
dispatchLater = this.acceptor.
EnqueueWithoutDispatch
(exceptionToEnqueue, this.onMessageDequeued);