ContentDownloadProgress Class

 

Applies To: Windows Server Update Services

Defines the download progress for all updates that are currently downloading to the WSUS server. To get this class, call the GetContentDownloadProgress method.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Inheritance Hierarchy

System.Object
  Microsoft.UpdateServices.Administration.ContentDownloadProgress

Syntax

[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("8F79F3A0-8EC7-442B-9055-549CA60F85F0")]
[ComVisibleAttribute(true)]
public class ContentDownloadProgress
[SerializableAttribute]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute("8F79F3A0-8EC7-442B-9055-549CA60F85F0")]
[ComVisibleAttribute(true)]
public ref class ContentDownloadProgress 
[<SerializableAttribute>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("8F79F3A0-8EC7-442B-9055-549CA60F85F0")>]
[<ComVisibleAttribute(true)>]
type ContentDownloadProgress = class end
<SerializableAttribute>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
<GuidAttribute("8F79F3A0-8EC7-442B-9055-549CA60F85F0")>
<ComVisibleAttribute(True)>
Public Class ContentDownloadProgress

Constructors

Name Description
System_CAPS_pubmethod ContentDownloadProgress(Int64, Int64)

Initializes a new instance of the ContentDownloadProgress class.

Properties

Name Description
System_CAPS_pubproperty DownloadedBytes

The number of bytes downloaded so far.

System_CAPS_pubproperty TotalBytesToDownload

The total number of bytes to download.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

Determines whether one instance of ContentDownloadProgress equals another.(Overrides Object.Equals(Object).)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

Gets the generated hash code for this instance of the ContentDownloadProgress class.(Overrides Object.GetHashCode().)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.UpdateServices.Administration Namespace

Return to top