IUpdate.ResumeDownload()

Identifies to the synchronization agent the update to download.

public void ResumeDownload();
Public Sub ResumeDownload()
Implements IUpdate.ResumeDownload

Parameters

This method has no parameters.

Return Values

This method has no return values.

Exceptions

Exception type 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 ISubscription.StartSynchronization.

If IUpdateServerConfiguration.HostBinariesOnMicrosoftUpdate is true, ResumeDownload resumes downloading the end-user license agreements.

Requirements

Server Requires Windows Server 2003 or Windows 2000 Server SP4 and later.
Namespace

Defined in Microsoft.UpdateServices.Administration.

Assembly

Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll).

.NET Framework

Requires .NET Framework 1.1.

See Also

IUpdate.CancelDownload, IUpdateServer.ResumeAllDownloads