Partager via


UserMgmtManager.ImportUserAsync Method (String)

 

Note: This API is now obsolete.

Asynchronously imports the specified user account.

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

Syntax

[ObsoleteAttribute("It does nothing now. Calling it won't have any effect to the system. Exception free")]
public void ImportUserAsync(
    string userName
)
public:
[ObsoleteAttribute("It does nothing now. Calling it won't have any effect to the system. Exception free")]
void ImportUserAsync(
    String^ userName
)
<ObsoleteAttribute("It does nothing now. Calling it won't have any effect to the system. Exception free")>
Public Sub ImportUserAsync (
    userName As String
)

Parameters

See Also

UserMgmtManager Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top