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

GetDestinationType() public method

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