openPDC Historian Help
IExporter Interface
NamespacesTVA.Historian.ExportersIExporter
Defines an exporter of real-time time-series data.
Declaration Syntax
C#Visual BasicVisual C++
public interface IExporter : IDisposable
Public Interface IExporter _
	Implements IDisposable
public interface class IExporter : IDisposable
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
Dispose()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
ExportProcessed
Occurs when the exporter finishes processing an Export.

ExportProcessException
Occurs when the exporter fails to process an Export due to an Exception.

Exports
Gets the Exports associated with the exporter.

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

Name
Gets or sets the name of the exporter.

ProcessExport(String)
Causes the Export with the specified exportName to be processed.

StatusUpdate
Occurs when the exporter want to provide a status update.

See Also

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252