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 Value
This method does not return a value.
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. |