Apache.NMS.SessionExtensions.GetTopic C# (CSharp) 메소드

GetTopic() 공개 정적인 메소드

Extension function to get the destination by parsing the embedded type prefix.
public static GetTopic ( this session, string topicName ) : ITopic
session this
topicName string
리턴 ITopic
        public static ITopic GetTopic(this ISession session, string topicName)
        {
            return SessionUtil.GetTopic(session, topicName);
        }