|
ITimeSeriesDataServiceReadSelectHistoricTimeSeriesDataAsXml Method
|
Reads historic time-series data from the
Archive and sends it in
Xml format.
Namespace: GSF.Historian.DataServicesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.207-beta
Syntax function ReadSelectHistoricTimeSeriesDataAsXml(idList, startTime, endTime);
View SourceParameters
- idList String
- A comma or semi-colon delimited list of IDs for which historic time-series data is to be read.
- startTime String
- Start time in String format of the timespan for which historic time-series data is to be read.
- endTime String
- End time in String format of the timespan for which historic time-series data is to be read.
Return Value
SerializableTimeSeriesDataAn
SerializableTimeSeriesData object.
See Also