Apache.NMS.ActiveMQ.Test.QueueConsumerPriorityTest.Producer.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
            public void Start()
            {
                theThread = new Thread(Run);
                theThread.Start();
            }
QueueConsumerPriorityTest.Producer