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

GetDestinationType() 공개 메소드

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