Click or drag to resize

RawDataExporterGetBufferedData Method

Returns a DataSet containing the buffered real-time time-series data.

Namespace: GSF.Historian.Exporters
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
protected DataSet GetBufferedData(
	string exportName
)
View Source

Parameters

exportName  String
Name of the export whose buffered data is to be retrieved.

Return Value

DataSet
A DataSet object if buffered data exists; otherwise null.
See Also