openPDC Historian Help
ReadSelectHistoricTimeSeriesDataAsXml Method (idList, startTime, endTime)
NamespacesTVA.Historian.DataServicesTimeSeriesDataServiceReadSelectHistoricTimeSeriesDataAsXml(String, String, String)
Reads historic time-series data from the Archive and sends it in Xml format.
Declaration Syntax
C#Visual BasicVisual C++
public SerializableTimeSeriesData ReadSelectHistoricTimeSeriesDataAsXml(
	string idList,
	string startTime,
	string endTime
)
Public Function ReadSelectHistoricTimeSeriesDataAsXml ( _
	idList As String, _
	startTime As String, _
	endTime As String _
) As SerializableTimeSeriesData
public:
virtual SerializableTimeSeriesData^ ReadSelectHistoricTimeSeriesDataAsXml(
	String^ idList, 
	String^ startTime, 
	String^ endTime
) sealed
Parameters
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

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252