[TIBCO.EMS .NET Admin client library 5.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Destroy the topic for the given topic name.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public void DestroyTopic( string topicName ) |
Public Sub DestroyTopic ( _ topicName As String _ ) |
public: void DestroyTopic( String^ topicName ) |
Parameters
- topicName
- Type: System..::.String
The name of the topic to destroy.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |
TIBCO.EMS.ADMIN..::.AdminInvalidNameException | if topicName is not a legal topic name. |