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 | |
---|---|---|
ContentDownloadProgress(Int64, Int64) | Initializes a new instance of the ContentDownloadProgress class. |
Properties
Name | Description | |
---|---|---|
DownloadedBytes | The number of bytes downloaded so far. |
|
TotalBytesToDownload | The total number of bytes to download. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether one instance of ContentDownloadProgress equals another.(Overrides Object.Equals(Object).) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | Gets the generated hash code for this instance of the ContentDownloadProgress class.(Overrides Object.GetHashCode().) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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