TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.RemoveUsersFromGroup Method 

Remove the users for the given array of userNames from the group for the given groupName.

public void RemoveUsersFromGroup(
   string groupName,
   string[] userNames
);

Parameters

groupName
The group that the users will be removed from.
userNames
The users to be removed.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
AdminInvalidNameException if groupName or one of the user names is not a legal name.
ArgumentException if userNames is null;

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace