Click or drag to resize
Grid Solutions Framework

IOutOfRangeServiceReadAllOutOfRangeMeasurementsAsXml Method

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

Namespace: DataQualityMonitoring.Services
Assembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.182-beta
Syntax
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Xml, UriTemplate = "/outofrangemeasurements/read/xml")]
SerializableRangeTestCollection ReadAllOutOfRangeMeasurementsAsXml()
View Source

Return Value

SerializableRangeTestCollection
A SerializableRangeTest object.
See Also