Click or drag to resize

XmlConfigBaseTConfigLoad Method

Loads the configuration settings from .config XML files into a new configuration instance. Implement this method to properly initialize the configuration instance that will be stored until the application domain is unloaded.

Namespace:  PDTec.IceNet.Sdk.Implementation
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
protected abstract void Load()
Remarks
Terminate this method with an exception to indicate that the configuration instance could not be properly initialized with the available data.
See Also