Apache.NMS.ActiveMQ.State.Tracked.Tracked C# (CSharp) Method

Tracked() public method

public Tracked ( ThreadSimulator runnable ) : Apache.NMS.ActiveMQ.Commands
runnable ThreadSimulator
return Apache.NMS.ActiveMQ.Commands
        public Tracked(ThreadSimulator runnable)
        {
            this.runnable = runnable;
        }