TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.UpdateGroup Method 

Save changes made to the given GroupInfo.

public void UpdateGroup(
   GroupInfo groupInfo
);

Parameters

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 method.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
ArgumentException if GroupInfo object is null.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace