openPDC Historian Help
Listeners Property
NamespacesTVA.Historian.ExportersExporterBaseListeners
Gets the DataListeners providing real-time time-series data to the exporter.
Declaration Syntax
C#Visual BasicVisual C++
public IList<DataListener> Listeners { get; }
Public ReadOnly Property Listeners As IList(Of DataListener)
public:
virtual property IList<DataListener^>^ Listeners {
	IList<DataListener^>^ get () sealed;
}
Remarks
WARNING: Listeners is therad unsafe. Synchronized access is required.

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