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

Destroy topics matching the given pattern.

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

Syntax

public void DestroyTopics(
	string pattern
)
Public Sub DestroyTopics ( _
	pattern As String _
)
public:
void DestroyTopics(
	String^ pattern
)

Parameters

pattern
Type: System..::.String
a pattern indicating which topics to destroy.

Exceptions

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

See Also