Apache.NMS.Commands.Queue.GetDestinationType C# (CSharp) Метод

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

public GetDestinationType ( ) : int
Результат int
        public override int GetDestinationType()
        {
            return QUEUE;
        }