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

GetDestinationType() public method

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