Click or drag to resize

StatisticsEngineRegister(IAdapter, String, String, String) Method

Registers the given adapter with the statistics engine as a source of statistics.

Namespace: GSF.TimeSeries.Statistics
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public static void Register(
	IAdapter adapter,
	string sourceCategory,
	string sourceAcronym,
	string statisticMeasurementNameFormat = "{}"
)
View Source

Parameters

adapter  IAdapter
The source of the statistics.
sourceCategory  String
The category of the statistics.
sourceAcronym  String
The acronym used in signal references.
statisticMeasurementNameFormat  String  (Optional)
Format string used to name statistic measurements for this source.
See Also