TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.RemoveUserFromGroup Method 

Remove the user for the given userName from the group for the given groupName.

public void RemoveUserFromGroup(
   string groupName,
   string userName
);

Parameters

groupName
The group that the user will be removed from.
userName
The user to be removed.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
AdminInvalidNameException if groupName or userName are not legal names.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace