TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.DestroyGroup Method 

Destroy the group for the given groupName.

public void DestroyGroup(
   string groupName
);

Parameters

groupName
The name of the group to destroy.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
AdminInvalidNameException if groupName is not a legal name.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace