Apache.NMS.ActiveMQ.State.SessionState.getConsumerState C# (CSharp) Метод

getConsumerState() публичный Метод

public getConsumerState ( ConsumerId consumerId ) : ConsumerState
consumerId Apache.NMS.ActiveMQ.Commands.ConsumerId
Результат ConsumerState
        public ConsumerState getConsumerState(ConsumerId consumerId)
        {
            return consumers[consumerId];
        }