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

Save changes made to the given GroupInfo.

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

Syntax

public void UpdateGroup(
	GroupInfo groupInfo
)
Public Sub UpdateGroup ( _
	groupInfo As GroupInfo _
)
public:
void UpdateGroup(
	GroupInfo^ groupInfo
)

Parameters

groupInfo
Type: TIBCO.EMS.ADMIN..::.GroupInfo
The group to save configuration changes for.

Remarks

This method can only be used to update a group that already exists on the server. To create a new group use the CreateGroup(GroupInfo) method.

Exceptions

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.
System..::.ArgumentException if GroupInfo object is null.

See Also