[TIBCO.EMS .NET Admin client library 6.3 documentation]

Destroy the topic for the given topic name.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  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

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.
TIBCO.EMS.ADMIN..::.AdminInvalidNameException if topicName is not a legal topic name.

See Also