Apache.NMS.SessionExtensions.DeleteTopic C# (CSharp) Метод

DeleteTopic() публичный статический Метод

Extension function to delete the named destination by parsing the embedded type prefix.
public static DeleteTopic ( this session, string topicName ) : void
session this
topicName string
Результат void
        public static void DeleteTopic(this ISession session, string topicName)
        {
            SessionUtil.DeleteDestination(session, topicName);
        }