openPDC Historian Help
ReadRangeCurrentTimeSeriesDataAsJson Method (fromID, toID)
NamespacesTVA.Historian.DataServicesTimeSeriesDataServiceReadRangeCurrentTimeSeriesDataAsJson(String, String)
Reads current time-series data from the Archive and sends it in Json format.
Declaration Syntax
C#Visual BasicVisual C++
public SerializableTimeSeriesData ReadRangeCurrentTimeSeriesDataAsJson(
	string fromID,
	string toID
)
Public Function ReadRangeCurrentTimeSeriesDataAsJson ( _
	fromID As String, _
	toID As String _
) As SerializableTimeSeriesData
public:
virtual SerializableTimeSeriesData^ ReadRangeCurrentTimeSeriesDataAsJson(
	String^ fromID, 
	String^ toID
) sealed
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