Click or drag to resize

ConfigurationLoaderBaseAugment Method

Augments the given configuration data set with the changes tracked since the version of the given configuration data set.

Namespace: GSF.TimeSeries.Configuration
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public abstract void Augment(
	DataSet configuration
)
View Source

Parameters

configuration  DataSet
The configuration data set to be augmented.

Implements

IConfigurationLoaderAugment(DataSet)
See Also