Click or drag to resize

ExporterBaseExports Property

Gets the Exports associated with the exporter.

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

Property Value

IListExport

Implements

IExporterExports
Remarks
WARNING: Exports is thread unsafe. Synchronized access is required.
See Also