Click or drag to resize
Grid Solutions Framework

OutOfRangeServiceReadOutOfRangeMeasurementsFromTestAsXml Method

Reads all out-of-range measurements from the specified RangeTest and sends it in Xml format.

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

Parameters

test  String
The name of the RangeTest to check for out-of-range measurements.

Return Value

SerializableRangeTestCollection
A SerializableRangeTestCollection object.

Implements

IOutOfRangeServiceReadOutOfRangeMeasurementsFromTestAsXml(String)
See Also