Returns the current time-series data for the specified export organized by listener.
Declaration Syntax
C# | Visual Basic | Visual 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 )
Return Value
A Dictionary<(Of <(TKey, TValue>)>) object where the key is the Name and value is the time-series data.