Skip to content

CachePackageBeginEventArgs Class

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

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

Gets number of payloads to be cached.

public System.Int64 CachePayloads { get; set; }

Gets the size on disk required by the specific package.

public System.Int64 PackageCacheSize { get; set; }

Gets the identity of the package that is being cached.

public string PackageId { get; set; }

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» .

public bool Vital { get; set; }