Click or drag to resize
Grid Solutions Framework

IFlatlineServiceReadAllFlatlinedMeasurementsAsXml Method

Reads all flatlined measurements from the Test 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 = "/flatlinedmeasurements/read/xml")]
SerializableFlatlineTest ReadAllFlatlinedMeasurementsAsXml()
View Source

Return Value

SerializableFlatlineTest
A SerializableFlatlineTest object.
See Also