Apache.NMS.Commands.TempTopic.GetDestinationType C# (CSharp) Method

GetDestinationType() public method

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