Apache.NMS.ActiveMQ.State.SessionState.this C# (CSharp) Méthode

this() public méthode

public this ( ConsumerId consumerId ) : ConsumerState
consumerId Apache.NMS.ActiveMQ.Commands.ConsumerId
Résultat ConsumerState
        public ConsumerState this[ConsumerId consumerId]
        {
            get
            {
                return consumers[consumerId];
            }
        }

Same methods

SessionState::this ( ProducerId producerId ) : ProducerState