IFrontEndServer.Delete Method ()

 

Applies To: Windows Server Update Services

Remove the record of this frontend server in DB. Note: if the server is still active, it'd add itself back to the DB.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

void Delete()
void Delete()
abstract Delete : unit -> unit
Sub Delete

Remarks

This operation requires WSUS Administrator privileges.

See Also

IFrontEndServer Interface
Microsoft.UpdateServices.Administration Namespace

Return to top