| 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; }
Public ReadOnly Property IsResourceCached As Boolean
Get
Property Value
Type:
BooleanRemarks
This state is cached for performance reasons.
To be shure to get the real current state, call
DiscardCachedValues
upfront.
See Also