IUpdateDownloader interface (wuapi.h)
Downloads updates from the server.
Inheritance
The IUpdateDownloader interface inherits from the IDispatch interface. IUpdateDownloader also has these types of members:
Methods
The IUpdateDownloader interface has these methods.
IUpdateDownloader::BeginDownload Starts an asynchronous download of the content files that are associated with the updates. |
IUpdateDownloader::Download Starts a synchronous download of the content files that are associated with the updates. |
IUpdateDownloader::EndDownload Completes an asynchronous download. |
IUpdateDownloader::get_ClientApplicationID Gets and sets the current client application. (IUpdateDownloader.get_ClientApplicationID) |
IUpdateDownloader::get_IsForced Gets and sets a Boolean value that indicates whether the Windows Update Agent (WUA) forces the download of updates that are already installed or that cannot be installed. (Get) |
IUpdateDownloader::get_Priority Gets and sets the priority level of the download. (Get) |
IUpdateDownloader::get_Updates Gets and sets an interface that contains a read-only collection of the updates that are specified for download. (Get) |
IUpdateDownloader::put_ClientApplicationID Gets and sets the current client application. (IUpdateDownloader.put_ClientApplicationID) |
IUpdateDownloader::put_IsForced Gets and sets a Boolean value that indicates whether the Windows Update Agent (WUA) forces the download of updates that are already installed or that cannot be installed. (Put) |
IUpdateDownloader::put_Priority Gets and sets the priority level of the download. (Put) |
IUpdateDownloader::put_Updates Gets and sets an interface that contains a read-only collection of the updates that are specified for download. (Put) |
Remarks
You can create an instance of this interface by using the UpdateDownloader coclass. Use the Microsoft.Update.Downloader program identifier to create the object.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP, Windows 2000 Professional with SP3 [desktop apps only] |
Minimum supported server | Windows Server 2003, Windows 2000 Server with SP3 [desktop apps only] |
Target Platform | Windows |
Header | wuapi.h |