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

Destroy the user for the given userName.

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

Syntax

public void DestroyUser(
	string userName
)
Public Sub DestroyUser ( _
	userName As String _
)
public:
void DestroyUser(
	String^ userName
)

Parameters

userName
Type: System..::.String
The name of the user to destroy.

Exceptions

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.
TIBCO.EMS.ADMIN..::.AdminInvalidNameException if userName is not a legal user name.

See Also