Click or drag to resize

AppFacadeDiscardCachedValues Method

Clears cached values from the state of the app. If the state of an app was possibly changed, this method has to be called, to allow determining the new state from the file system and not just showing the last cached state.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public void DiscardCachedValues()
See Also