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

GetDestinationType() 공개 메소드

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