Defines an exporter of real-time time-series data.
| C# | Visual Basic | Visual C++ |
public interface IExporter : IDisposable
Public Interface IExporter _ Implements IDisposable
public interface class IExporter : IDisposable
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description |
|---|---|---|
| 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 | ||
| 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.
|