Apache.NMS.SessionExtensions.GetTopic C# (CSharp) Méthode

GetTopic() public static méthode

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