Partager via


UserMgmtManager.RemoveUserAsync Method (String)

 

Asynchronously removes the specified user account.

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

Syntax

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

Parameters

See Also

UserMgmtManager Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top