Compartilhar via


MachineIdentityManager.RemoveMachineAysnc Method (String, String)

 

Asynchronously removes the computer from the system synchronization call.

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

Syntax

public void RemoveMachineAysnc(
    string machineID,
    string serialNo
)
public:
void RemoveMachineAysnc(
    String^ machineID,
    String^ serialNo
)
Public Sub RemoveMachineAysnc (
    machineID As String,
    serialNo As String
)

Parameters

  • machineID
    Type: System.String

    The security identifier (SID) of the computer to remove.

  • serialNo
    Type: System.String

    The serial number of the certificate.

See Also

MachineIdentityManager Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace

Return to top