Click or drag to resize

ConfigurationAPILoadConfig(IEnumerableConfigSection) Method

Loads the specified configurations from the card's local storage.

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

Parameters

sections  IEnumerableConfigSection
The configurations that should be load.
See Also