Apache.NMS.ActiveMQ.SessionExecutor.Execute C# (CSharp) Méthode

Execute() public méthode

public Execute ( MessageDispatch dispatch ) : void
dispatch Apache.NMS.ActiveMQ.Commands.MessageDispatch
Résultat void
        public void Execute(MessageDispatch dispatch)
        {
            // Add the data to the queue.
            this.messageQueue.Enqueue(dispatch);
            this.Wakeup();
        }