Click or drag to resize
Grid Solutions Framework

IFlatlineServiceReadAllFlatlinedMeasurementsAsJson Method

Reads all flatlined measurements from the Test and sends it in Json format.

Namespace: DataQualityMonitoring.Services
Assembly: DataQualityMonitoring (in DataQualityMonitoring.dll) Version: 2.4.182-beta
Syntax
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "/flatlinedmeasurements/read/json")]
SerializableFlatlineTest ReadAllFlatlinedMeasurementsAsJson()
View Source

Return Value

SerializableFlatlineTest
A SerializableFlatlineTest object.
See Also