Apache.NMS.ActiveMQ.SessionExecutor.Execute C# (CSharp) 메소드

Execute() 공개 메소드

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