IDownstreamServer.Delete Method ()

 

Applies To: Windows Server Update Services

Removes the downstream server from the list of downstream servers that are connected to the upstream WSUS server.

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

Typically, you delete a downstream server when the downstream server no longer connects to this WSUS server. If you reconfigure your WSUS server hierarchy to remove the relationship, you should have the downstream server point to another upstream server (or Microsoft Update) before deleting the downstream server.

Note that if the downstream server talks to this WSUS server again, it will reappear on the list of downstream servers.

This operation requires WSUS Administrator privileges.

See Also

IDownstreamServer Interface
Microsoft.UpdateServices.Administration Namespace

Return to top