Compartilhar via


MachineIdentityManager.MakeUserRemoteDesktopMappingAsync Method (String)

 

Asynchronously creates the mapping for the User Remote Desktop.

Namespace:   Microsoft.WindowsServerSolutions.Devices.Identity
Assembly:  MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)

Syntax

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

Parameters

  • userName
    Type: System.String

    The name of the user account that performs this operation.

See Also

MachineIdentityManager Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace

Return to top