openPDC Historian Help
ReadRangeCurrentTimeSeriesDataAsXml Method (fromID, toID)
NamespacesTVA.Historian.DataServicesITimeSeriesDataServiceReadRangeCurrentTimeSeriesDataAsXml(String, String)
Reads current time-series data from the Archive and sends it in Xml format.
Declaration Syntax
C#Visual BasicVisual C++
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Xml, UriTemplate = "/timeseriesdata/read/current/{fromID}-{toID}/xml")]
SerializableTimeSeriesData ReadRangeCurrentTimeSeriesDataAsXml(
	string fromID,
	string toID
)
<OperationContractAttribute> _
<WebGetAttribute(ResponseFormat := WebMessageFormat.Xml, UriTemplate := "/timeseriesdata/read/current/{fromID}-{toID}/xml")> _
Function ReadRangeCurrentTimeSeriesDataAsXml ( _
	fromID As String, _
	toID As String _
) As SerializableTimeSeriesData
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat::Xml, UriTemplate = L"/timeseriesdata/read/current/{fromID}-{toID}/xml")]
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.33.39252