IComputerTarget.Delete()
Removes the client computer from the list of clients known to WSUS.
public void Delete();
Public Sub Delete()
Implements IComputerTarget.Delete
Parameters
This method has no parameters.
Return Values
This method has no return values.
Remarks
The client is also removed from any group to which it belongs.
Requirements
Server | Requires Windows Server 2003 or Windows 2000 Server SP4 and later. |
Namespace | Defined in Microsoft.UpdateServices.Administration. |
Assembly | Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll). |
.NET Framework | Requires .NET Framework 1.1. |