StatisticsEngineRegister(Object, String, String, String, String) Method

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

Definition

Namespace: Gemstone.Timeseries.Statistics
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.165 -- Release Build+1fb84c70528ffb6fadca6f53885d2dbbac6b5235
public static void Register(
	Object source,
	string sourceName,
	string sourceCategory,
	string sourceAcronym,
	string statisticMeasurementNameFormat = "{}"
)

Parameters

source  Object
The source of the statistics.
sourceName  String
The name of the source.
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