다음을 통해 공유


ContentDownloadProgress Constructor (Int64, Int64)

 

Applies To: Windows Server Update Services

Initializes a new instance of the ContentDownloadProgress class.

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

Syntax

public ContentDownloadProgress(
    long totalBytesToDownload,
    long downloadedBytes
)
public:
ContentDownloadProgress(
    long long totalBytesToDownload,
    long long downloadedBytes
)
new : 
        totalBytesToDownload:int64 *
        downloadedBytes:int64 -> ContentDownloadProgress
Public Sub New (
    totalBytesToDownload As Long,
    downloadedBytes As Long
)

Parameters

  • totalBytesToDownload
    Type: System.Int64

    Total number of bytes to download.

  • downloadedBytes
    Type: System.Int64

    Number of bytes downloaded so far.

See Also

ContentDownloadProgress Class
Microsoft.UpdateServices.Administration Namespace

Return to top