Click or drag to resize
Grid Solutions Framework

IOutOfRangeServiceReadOutOfRangeMeasurementsWithSignalTypeAsJson Method

Reads all out-of-range measurements with the specified signal type 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 = "/outofrangemeasurements/read/signaltype:{signalType}/json")]
SerializableRangeTestCollection ReadOutOfRangeMeasurementsWithSignalTypeAsJson(
	string signalType
)
View Source

Parameters

signalType  String
The signal type of the desired out-of-range measurements.

Return Value

SerializableRangeTestCollection
A SerializableRangeTest object.
See Also