Click or drag to resize

IExporter Interface

Defines an exporter of real-time time-series data.

Namespace: GSF.Historian.Exporters
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public interface IExporter : IDisposable
View Source

The IExporter type exposes the following members.

Properties
 NameDescription
Public propertyExports Gets the Exports associated with the exporter.
Public propertyListeners Gets the DataListeners providing real-time time-series data to the exporter.
Public propertyName Gets or sets the name of the exporter.
Top
Methods
 NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Public methodProcessExport Causes the Export with the specified exportName to be processed.
Top
Events
 NameDescription
Public eventExportProcessed Occurs when the exporter finishes processing an Export.
Public eventExportProcessException Occurs when the exporter fails to process an Export due to an Exception.
Public eventStatusUpdate Occurs when the exporter want to provide a status update.
Top
See Also