Share via


UserMgmtManager.UpdateUserAsync Method (UserInfo)

 

Asynchronously updates the user account with the specified information.

Namespace:   Microsoft.WindowsServerSolutions.Users
Assembly:  UserObjectModel (in UserObjectModel.dll)

Syntax

public void UpdateUserAsync(
    UserInfo info
)
public:
void UpdateUserAsync(
    UserInfo^ info
)
Public Sub UpdateUserAsync (
    info As UserInfo
)

Parameters

See Also

UserMgmtManager Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top