Skip to main content

CachePackageBeginEventArgs Class

Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.CachePackageBegin»

Properties

PropertyDescription
CachePayloadsGets number of payloads to be cached.
PackageCacheSizeGets the size on disk required by the specific package.
PackageIdGets the identity of the package that is being cached.
VitalIf caching a package is not vital, then acquisition will be skipped unless the BA opts in through «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.CachePackageNonVitalValidationFailure» .

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

CachePayloads Property

Gets number of payloads to be cached.

Declaration

public System.Int64 CachePayloads { get; set; } 

PackageCacheSize Property

Gets the size on disk required by the specific package.

Declaration

public System.Int64 PackageCacheSize { get; set; } 

PackageId Property

Gets the identity of the package that is being cached.

Declaration

public string PackageId { get; set; } 

Vital Property

If caching a package is not vital, then acquisition will be skipped unless the BA opts in through «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.CachePackageNonVitalValidationFailure» .

Declaration

public bool Vital { get; set; }