TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.DestroyUser Method 

Destroy the user for the given userName.

public void DestroyUser(
   string userName
);

Parameters

userName
The name of the user to destroy.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
AdminInvalidNameException if userName is not a legal user name.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace