Click or drag to resize
Grid Solutions Framework

IOutOfRangeServiceReadOutOfRangeMeasurementsWithSignalTypeAsXml Method

Reads all out-of-range measurements with the specified signal type 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/signaltype:{signalType}/xml")]
SerializableRangeTestCollection ReadOutOfRangeMeasurementsWithSignalTypeAsXml(
	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