ISubscription.Save Method ()

 

Applies To: Windows Server Update Services

Saves changes to the WSUS server subscription settings.

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

Syntax

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

Exceptions

Exception

Condition

InvalidOperationException

The subscription cannot be modified because WSUS is currently synchronizing updates.

Remarks

Downstream servers receive synchronization settings from the upstream server. Downstream servers can modify and save synchronization settings; however, only the synchronization schedule is used by the downstream server, WSUS ignores the other settings.

This operation requires WSUS Administrator privileges.

See Also

ISubscription Interface
Microsoft.UpdateServices.Administration Namespace

Return to top