Apache.NMS.ActiveMQ.Commands.ActiveMQTempTopic.GetDestinationType C# (CSharp) Method

GetDestinationType() public method

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