Click or drag to resize

ExporterBaseRealTimeExportQueue Property

Gets the internal ProcessQueueT used for processing Exports defined as RealTime.

Namespace: GSF.Historian.Exporters
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
protected ProcessQueue<ExporterBaseRealTimeData> RealTimeExportQueue { get; }
View Source

Property Value

ProcessQueueExporterBaseRealTimeData
See Also