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

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

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

Same methods

SessionState::this ( ProducerId producerId ) : ProducerState