Click or drag to resize

ExporterBaseGetExportData Method

Returns the current time-series data for the specified export organized by listener.

Namespace: GSF.Historian.Exporters
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
protected Dictionary<string, IList<IDataPoint>> GetExportData(
	Export export
)
View Source

Parameters

export  Export
Export whose current time-series data is to be returned.

Return Value

DictionaryString, IListIDataPoint
A DictionaryTKey, TValue object where the key is the Name and value is the time-series data.
See Also