IConfigurationLoader Interface
Represents the interface by which the time-series engine's
system configuration is loaded from a configuration source.
Namespace: Gemstone.Timeseries.ConfigurationAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.167 -- Release Build+953eba5c1c088e7691234ecdac1695d5b82a461d
public interface IConfigurationLoader
Public Interface IConfigurationLoader
public interface class IConfigurationLoader
Gemstone.Timeseries.Configuration.IConfigurationLoader = function();
Gemstone.Timeseries.Configuration.IConfigurationLoader.createInterface('Gemstone.Timeseries.Configuration.IConfigurationLoader');
| CanAugment |
Gets the flag that indicates whether augmentation is supported by this configuration loader.
|
| Augment |
Augments the given configuration data set with the changes
tracked since the version of the given configuration data set.
|
| Load |
Loads the entire configuration data set from scratch.
|
| ProcessException |
Occurs when the configuration loader encounters a non-catastrophic exception.
|
| StatusMessage |
Occurs when the configuration loader has a message to provide about its current status.
|