Click or drag to resize

IConfigurationLoader Interface

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

Namespace: GSF.TimeSeries.Configuration
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public interface IConfigurationLoader
View Source

The IConfigurationLoader type exposes the following members.

Properties
 NameDescription
Public propertyCanAugment Gets the flag that indicates whether augmentation is supported by this configuration loader.
Top
Methods
 NameDescription
Public methodAugment Augments the given configuration data set with the changes tracked since the version of the given configuration data set.
Public methodLoad Loads the entire configuration data set from scratch.
Top
Events
 NameDescription
Public eventProcessException Occurs when the configuration loader encounters a non-catastrophic exception.
Public eventStatusMessage Occurs when the configuration loader has a message to provide about its current status.
Top
See Also