Click or drag to resize
Grid Solutions Framework

IFlatlineServiceReadFlatlinedMeasurementsFromDeviceAsJson Method

Reads all flatlined measurements from the specified device 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/{device}/json")]
SerializableFlatlineTest ReadFlatlinedMeasurementsFromDeviceAsJson(
	string device
)
View Source

Parameters

device  String
The name of the device to check for flatlined measurements.

Return Value

SerializableFlatlineTest
A SerializableFlatlineTest object.
See Also