StatisticsEngineRegister(IAdapter, String, String, String) Method

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

Definition

Namespace: Gemstone.Timeseries.Statistics
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.176 -- Release Build+53a3c1e187e0c85f0eef5aedfa0d3ac4b99e7489
public static void Register(
	IAdapter adapter,
	string sourceCategory,
	string sourceAcronym,
	string statisticMeasurementNameFormat = "{}"
)

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