Click or drag to resize
Grid Solutions Framework

OutOfRangeServiceReadOutOfRangeMeasurementsFromDeviceAsXml Method

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

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

Parameters

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

Return Value

SerializableRangeTestCollection
A SerializableRangeTestCollection object.

Implements

IOutOfRangeServiceReadOutOfRangeMeasurementsFromDeviceAsXml(String)
See Also