Skip to main content

CacheProgressBaseEventArgs Class

Base class for cache progress events.

Properties​

PropertyDescription
OverallPercentageGets the overall percentage of progress of caching.
PackageOrContainerIdGets the identifier of the container or package.
PayloadIdGets the identifier of the payload.
ProgressGets the number of bytes cached thus far.
TotalGets the total bytes to cache.

WixToolset.Mba.Core.dll version 4.0.6+73c897383236ddbbbc6ba257634013c1269ceec2

OverallPercentage Property​

Gets the overall percentage of progress of caching.

Declaration​

public int OverallPercentage { get; set; } 

PackageOrContainerId Property​

Gets the identifier of the container or package.

Declaration​

public string PackageOrContainerId { get; set; } 

PayloadId Property​

Gets the identifier of the payload.

Declaration​

public string PayloadId { get; set; } 

Progress Property​

Gets the number of bytes cached thus far.

Declaration​

public System.Int64 Progress { get; set; } 

Total Property​

Gets the total bytes to cache.

Declaration​

public System.Int64 Total { get; set; }