Share via


ContentDownloadProgress

Defines the download progress for all updates that are currently downloading to the WSUS server.

To retrieve this class, call the IUpdateServer.GetContentDownloadProgress method.

The ContentDownloadProgress class is derived from the System.Object class.

Public Constructors

The ContentDownloadProgress class has the following public constructor.

Constructor Description
ContentDownloadProgress(Int64, Int64)

Initializes a new instance of the ContentDownloadProgress class.

Public Methods

The ContentDownloadProgress class has the following public methods.

Method Description
Equals(Object)

Determines if this instance and a specified object are equal.

Equals(Object, Object)

Static (Shared). Determines whether the specified Object instances are considered equal.

GetHashCode()

Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.

GetType()

Retrieves the Type of the current instance.

ReferenceEquals(Object, Object)

Static (Shared). Determines if the specified Object instances are the same instance.

ToString()

Retrieves the fully qualified type name of this instance.

Public Properties

The ContentDownloadProgress class has the following public properties.

Property Description
DownloadedBytes

Number of bytes downloaded so far.

TotalBytesToDownload

Total number of bytes to download.

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

IUpdateServer.GetContentDownloadProgress
SynchronizationProgress