Click or drag to resize

ExporterBaseListeners Property

Gets the DataListeners providing real-time time-series data to the exporter.

Namespace: GSF.Historian.Exporters
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public IList<DataListener> Listeners { get; }
View Source

Property Value

IListDataListener

Implements

IExporterListeners
Remarks
WARNING: Listeners is thread unsafe. Synchronized access is required.
See Also