Click or drag to resize

XmlExporterProcessRealTimeExport Method

Processes the export using the real-time data.

Namespace: GSF.Historian.Exporters
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
protected override void ProcessRealTimeExport(
	Export export,
	DataListener listener,
	IList<IDataPoint> data
)
View Source

Parameters

export  Export
Export to be processed.
listener  DataListener
DataListener that provided the data.
data  IListIDataPoint
Real-time time-series data received by the listener.
Exceptions
ExceptionCondition
NotSupportedExceptionAlways
See Also