IUpdate.ResumeDownload Method ()

 

Applies To: Windows Server Update Services

Identifies to the synchronization agent the update to download.

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

Syntax

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

Exceptions

Exception

Condition

WsusObjectNotFoundException

The update has been deleted.

Remarks

This method does not restart a failed or canceled download; it only identifies to the synchronization agent the update to download. The update could be a new update, an update that was canceled during a previous synchronization, or an update 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, ResumeDownload resumes downloading the end-user license agreements.

This operation requires WSUS Administrator privileges.

See Also

IUpdate Interface
Microsoft.UpdateServices.Administration Namespace

Return to top