Click or drag to resize

StatisticsEngineCurrentStatistics Property

Gets the statistic measurements and latest values that are registered with the active statistics engine.

Namespace: GSF.TimeSeries.Statistics
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.191-beta
Syntax
public static ReadOnlyDictionary<MeasurementKey, double> CurrentStatistics { get; }
View Source

Property Value

ReadOnlyDictionaryMeasurementKey, Double
See Also