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.StringThe security identifier (SID) of the computer to remove.
serialNo
Type: System.StringThe serial number of the certificate.
See Also
MachineIdentityManager Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace
Return to top