[TIBCO.EMS .NET Admin client library 5.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Create a group based on the information in the given GroupInfo.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public GroupInfo CreateGroup( GroupInfo group ) |
Public Function CreateGroup ( _ group As GroupInfo _ ) As GroupInfo |
public: GroupInfo^ CreateGroup( GroupInfo^ group ) |
Parameters
- group
- Type: TIBCO.EMS.ADMIN..::.GroupInfo
The info for the group to be created.
Return Value
The fully configured GroupInfo from the server.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |
TIBCO.EMS.ADMIN..::.AdminInvalidNameException | if the name of the group is not a legal group name. |
TIBCO.EMS.ADMIN..::.AdminNameExistsException | if a user aleady exists with the given name. |