IExporter Interface |
public interface IExporter : IDisposable
The IExporter type exposes the following members.
Name | Description | |
---|---|---|
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. |
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) | |
ProcessExport | Causes the Export with the specified exportName to be processed. |
Name | Description | |
---|---|---|
ExportProcessed | Occurs when the exporter finishes processing an Export. | |
ExportProcessException | Occurs when the exporter fails to process an Export due to an Exception. | |
StatusUpdate | Occurs when the exporter want to provide a status update. |