Apache.NMS.ActiveMQ.Util.SimplePriorityMessageDispatchChannel.GetList C# (CSharp) Method

GetList() protected method

protected GetList ( MessageDispatch md ) : LinkedList
md MessageDispatch
return LinkedList
        protected LinkedList<MessageDispatch> GetList(MessageDispatch md)
        {
            return channels[GetPriority(md)];
        }