Click or drag to resize
Grid Solutions Framework

OutOfRangeServiceReadAllOutOfRangeMeasurementsAsJson Method

Reads all out-of-range measurements from the Tests and sends it in Json format.

Namespace: DataQualityMonitoring.Services
Assembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.182-beta
Syntax
public SerializableRangeTestCollection ReadAllOutOfRangeMeasurementsAsJson()
View Source

Return Value

SerializableRangeTestCollection
A SerializableRangeTestCollection object.

Implements

IOutOfRangeServiceReadAllOutOfRangeMeasurementsAsJson
See Also