IUpdate.RefreshUpdateApprovals Method ()
Applies To: Windows Server Update Services
Moves existing approvals from older revisions to the latest revision of this update.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
void RefreshUpdateApprovals()
void RefreshUpdateApprovals()
abstract RefreshUpdateApprovals : unit -> unit
Sub RefreshUpdateApprovals
Exceptions
Exception
Condition
You cannot refresh approvals for the update if the server is a replica WSUS server (if IsReplicaServer is true).
Remarks
This operation requires WSUS Administrator privileges.
See Also
IUpdate Interface
Microsoft.UpdateServices.Administration Namespace
Return to top