TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.PurgeTopic Method 

Purge pending messages from the topic for the given name.

public void PurgeTopic(
   string topicName
);

Parameters

topicName
The name of the topic to purge.

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