Partager via


MachineIdentityManager.GetMachineStatusAsync Method (String, String, String)

 

Asynchronously returns the status of the computer.

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

Syntax

public void GetMachineStatusAsync(
    string userName,
    string password,
    string machineName
)
public:
void GetMachineStatusAsync(
    String^ userName,
    String^ password,
    String^ machineName
)
Public Sub GetMachineStatusAsync (
    userName As String,
    password As String,
    machineName As String
)

Parameters

  • userName
    Type: System.String

    The user name that is used to log on to the computer.

  • machineName
    Type: System.String

    The name of the computer from which the status is obtained.

See Also

MachineIdentityManager Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace

Return to top