IUpdateServer.ResumeAllDownloads Method ()
Applies To: Windows Server Update Services
Identifies the updates to download.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
void ResumeAllDownloads()
void ResumeAllDownloads()
abstract ResumeAllDownloads : unit -> unit
Sub ResumeAllDownloads
Remarks
This method does not start the download; it only identifies to the synchronization agent the updates to download. The updates could be new updates, updates that were canceled during a previous synchronization, or updates that failed to download. The synchronization agent will then start the download based on the synchronization schedule or earlier if you call StartSynchronization.
If HostBinariesOnMicrosoftUpdate is true, ResumeAllDownloads restarts the downloading of the end-user license agreements.
This method does not affect the synchronization process, which downloads metadata about the updates, not the updates themselves.
This operation requires WSUS Administrator privileges.
See Also
IUpdateServer Interface
Microsoft.UpdateServices.Administration Namespace
Return to top