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: 6.0.0.0 (6.0.6225.27214)
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