TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.DestroyTopic Method 

Destroy the topic for the given topic name.

public void DestroyTopic(
   string topicName
);

Parameters

topicName
The name of the topic to destroy.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
AdminInvalidNameException if topicName is not a legal topic name.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace