Apache.NMS.ActiveMQ.Commands.ActiveMQTempQueue.GetDestinationType C# (CSharp) 메소드

GetDestinationType() 공개 메소드

public GetDestinationType ( ) : int
리턴 int
        public override int GetDestinationType()
        {
            return ACTIVEMQ_TEMPORARY_QUEUE;
        }