Click or drag to resize
Grid Solutions Framework

RangeTestGetOutOfRangeCounts Method

Get a dictionary of MeasurementKey,Int32 pairs representing the number of times each key received has been out-of-range within the last TimeToPurge seconds.

Namespace: DataQualityMonitoring
Assembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.182-beta
Syntax
public Dictionary<MeasurementKey, int> GetOutOfRangeCounts()
View Source

Return Value

DictionaryMeasurementKey, Int32
A dictionary of count values for each out-of-range measurement.
See Also