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.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

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; }