CacheProgressBaseEventArgs Class
Base class for cache progress events.
Properties
Property | Description |
---|---|
OverallPercentage | Gets the overall percentage of progress of caching. |
PackageOrContainerId | Gets the identifier of the container or package. |
PayloadId | Gets the identifier of the payload. |
Progress | Gets the number of bytes cached thus far. |
Total | Gets the total bytes to cache. |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
OverallPercentage Property {#overallpercentage}
Gets the overall percentage of progress of caching.
Declaration
public int OverallPercentage { get; set; }
PackageOrContainerId Property {#packageorcontainerid}
Gets the identifier of the container or package.
Declaration
public string PackageOrContainerId { get; set; }
PayloadId Property {#payloadid}
Gets the identifier of the payload.
Declaration
public string PayloadId { get; set; }
Progress Property {#progress}
Gets the number of bytes cached thus far.
Declaration
public System.Int64 Progress { get; set; }
Total Property {#total}
Gets the total bytes to cache.
Declaration
public System.Int64 Total { get; set; }