Click or drag to resize

RepositoryConfigBaseTConfigLoad Method

Loads the configuration settings into a new configuration instance. Implement this method to properly initialize the configuration instance that will be stored in the configuration cache until the configuration settings gobally expire.

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(
	IRepository pRepository
)

Parameters

pRepository
Type: PDTec.IceNet.Core.ModelIRepository
The repository that potentially contains configuration settings data.
Remarks
Terminate this method with an exception to indicate that the configuration instance could not be properly initialized with the available data.
See Also