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

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

Namespace:  TIBCO.EMS.ADMIN
Assembly:  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

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif 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.

See Also