Click or drag to resize

ITimeSeriesDataServiceReadSelectCurrentTimeSeriesDataAsXml Method

Reads current time-series data from the Archive and sends it in Xml format.

Namespace: GSF.Historian.DataServices
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Xml, UriTemplate = "/timeseriesdata/read/current/{idList}/xml")]
SerializableTimeSeriesData ReadSelectCurrentTimeSeriesDataAsXml(
	string idList
)
View Source

Parameters

idList  String
A comma or semi-colon delimited list of IDs for which current time-series data is to be read.

Return Value

SerializableTimeSeriesData
An SerializableTimeSeriesData object.
See Also