|
ExporterBaseGetExportData Method
|
Returns the current time-series data for the specified export organized by listener.
Namespace: GSF.Historian.ExportersAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.249-beta
SyntaxProtected Function GetExportData (
export As Export
) As Dictionary(Of String, IList(Of IDataPoint))
protected:
Dictionary<String^, IList<IDataPoint^>^>^ GetExportData(
Export^ export
)
function GetExportData(export);
View SourceParameters
- export Export
- Export whose current time-series data is to be returned.
Return Value
DictionaryString,
IListIDataPointA
DictionaryTKey, TValue object where the
key is the
Name and
value is the time-series data.
See Also