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

Purge pending messages from the topic for the given name.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public void PurgeTopic(
	string topicName
)
Public Sub PurgeTopic ( _
	topicName As String _
)
public:
void PurgeTopic(
	String^ topicName
)

Parameters

topicName
Type: System..::.String
The name of the topic to purge.

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