[TIBCO.EMS .NET Admin client library 7.0 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Save changes made to the given UserInfo.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public void UpdateUser( UserInfo userInfo ) |
Public Sub UpdateUser ( _ userInfo As UserInfo _ ) |
public: void UpdateUser( UserInfo^ userInfo ) |
Parameters
- userInfo
- Type: TIBCO.EMS.ADMIN..::.UserInfo
The user information to save.
Remarks
This method can only be used to
update a user that already exists on the server. To create a new user
use the CreateUser(UserInfo) method.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS.ADMIN..::.AdminException | if not authorized or an error occurred. |
System..::.ArgumentException | if UserInfo object is null. |