TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.CreateGroup Method 

Create a group based on the information in the given GroupInfo.

public GroupInfo CreateGroup(
   GroupInfo group
);

Parameters

group
The info for the group to be created.

Return Value

The fully configured GroupInfo from the server.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
AdminInvalidNameException if the name of the group is not a legal group name.
AdminNameExistsException if a user aleady exists with the given name.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace