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

Destroy the group for the given groupName.

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

Syntax

public void DestroyGroup(
	string groupName
)
Public Sub DestroyGroup ( _
	groupName As String _
)
public:
void DestroyGroup(
	String^ groupName
)

Parameters

groupName
Type: System..::.String
The name of the group to destroy.

Exceptions

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

See Also