Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Identifies the updates to download.
public void ResumeAllDownloads();
Public Sub ResumeAllDownloads()
Implements IUpdateServer.ResumeAllDownloads
Parameters
This method has no parameters.
Return Value
This method does not return a value.
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 ISubscription.StartSynchronization.
If IUpdateServerConfiguration.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.
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. |