ConfigurationAPIStoreConfig(IEnumerableConfigSection) Method |
Stores the specified configuration in the card's local storage for later (re-)loading.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public void StoreConfig(
IEnumerable<ConfigSection> sections
)
Parameters
- sections IEnumerableConfigSection
- The configurations that should be stored.
See Also