Gets the DataListeners providing real-time time-series data to the exporter.
Declaration Syntax
C# | Visual Basic | Visual C++ |
IList<DataListener> Listeners { get; }
ReadOnly Property Listeners As IList(Of DataListener)
property IList<DataListener^>^ Listeners { IList<DataListener^>^ get (); }