openPDC Historian Help
ReadRangeCurrentTimeSeriesDataAsXml Method (fromID, toID)
NamespacesTVA.Historian.ServicesITimeSeriesDataServiceReadRangeCurrentTimeSeriesDataAsXml(String, String)

[This is preliminary documentation and is subject to change.]

Reads current time-series data from the Archive and sends it in Xml format.
Declaration Syntax
C#Visual BasicVisual C++
[WebGetAttribute(ResponseFormat = WebMessageFormat.Xml, UriTemplate = "/timeseriesdata/read/current/{fromID}-{toID}/xml")]
[OperationContractAttribute]
SerializableTimeSeriesData ReadRangeCurrentTimeSeriesDataAsXml(
	string fromID,
	string toID
)
<WebGetAttribute(ResponseFormat := WebMessageFormat.Xml, UriTemplate := "/timeseriesdata/read/current/{fromID}-{toID}/xml")> _
<OperationContractAttribute> _
Function ReadRangeCurrentTimeSeriesDataAsXml ( _
	fromID As String, _
	toID As String _
) As SerializableTimeSeriesData
[WebGetAttribute(ResponseFormat = WebMessageFormat::Xml, UriTemplate = L"/timeseriesdata/read/current/{fromID}-{toID}/xml")]
[OperationContractAttribute]
SerializableTimeSeriesData^ ReadRangeCurrentTimeSeriesDataAsXml(
	String^ fromID, 
	String^ toID
)
Parameters
fromID (String)
Starting ID in the ID range for which current time-series data is to be read.
toID (String)
Ending ID in the ID range for which current time-series data is to be read.
Return Value

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