|
ITimeSeriesDataServiceReadRangeCurrentTimeSeriesDataAsXml Method
|
Reads current 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.248-beta
Syntax[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
)
[<OperationContractAttribute>]
[<WebGetAttribute(ResponseFormat = WebMessageFormat.Xml, UriTemplate = "/timeseriesdata/read/current/{fromID}-{toID}/xml")>]
abstract ReadRangeCurrentTimeSeriesDataAsXml :
fromID : string *
toID : string -> SerializableTimeSeriesData
function ReadRangeCurrentTimeSeriesDataAsXml(fromID, toID);
View SourceParameters
- 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
SerializableTimeSeriesDataAn
SerializableTimeSeriesData object.
See Also