Click or drag to resize

AppFacadeIsResourceCached Property

Checks, whether this apps resource is currently cached, or not.

Returns always false, if the apps Typ is not Default. Returns true if the apps Typ is Default, but the app has no downloadable resource.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public bool IsResourceCached { get; }

Property Value

Type: Boolean
Remarks
This state is cached for performance reasons. To be shure to get the real current state, call DiscardCachedValues upfront.
See Also