Click or drag to resize

ConfigurationAPIStoreConfig(IEnumerableConfigSection) Method

Stores the specified configuration in the card's local storage for later (re-)loading.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void StoreConfig(
	IEnumerable<ConfigSection> sections
)

Parameters

sections  IEnumerableConfigSection
The configurations that should be stored.
See Also