openPDC Historian Help
GetExportData Method (export)
NamespacesTVA.Historian.ExportersExporterBaseGetExportData(Export)
Returns the current time-series data for the specified export organized by listener.
Declaration Syntax
C#Visual BasicVisual C++
protected Dictionary<string, IList<IDataPoint>> GetExportData(
	Export export
)
Protected Function GetExportData ( _
	export As Export _
) As Dictionary(Of String, IList(Of IDataPoint))
protected:
Dictionary<String^, IList<IDataPoint^>^>^ GetExportData(
	Export^ export
)
Parameters
export (Export)
Export whose current time-series data is to be returned.
Return Value
A Dictionary<(Of <(TKey, TValue>)>) object where the key is the Name and value is the time-series data.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252