UpdateDownloadProgress Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Details about the download progress of update.
public class UpdateDownloadProgress
type UpdateDownloadProgress = class
Public Class UpdateDownloadProgress
- Inheritance
-
UpdateDownloadProgress
Constructors
UpdateDownloadProgress() |
Initializes a new instance of the UpdateDownloadProgress class. |
UpdateDownloadProgress(String, Nullable<Int32>, Nullable<Double>, Nullable<Double>, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the UpdateDownloadProgress class. |
Properties
DownloadPhase |
Gets the download phase. Possible values include: 'Unknown', 'Initializing', 'Downloading', 'Verifying' |
NumberOfUpdatesDownloaded |
Gets number of updates downloaded. |
NumberOfUpdatesToDownload |
Gets number of updates to download. |
PercentComplete |
Gets percentage of completion. |
TotalBytesDownloaded |
Gets total bytes downloaded. |
TotalBytesToDownload |
Gets total bytes to download. |