IConfigurationLoader Interface

Represents the interface by which the time-series engine's system configuration is loaded from a configuration source.

Definition

Namespace: Gemstone.Timeseries.Configuration
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.172 -- Release Build+ace768d5e4de8ccdda90a0d8c11832c746f370e1
public interface IConfigurationLoader

Properties

CanAugment Gets the flag that indicates whether augmentation is supported by this configuration loader.

Methods

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.

Events

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.

See Also