Click or drag to resize

CsvExporter Properties

The CsvExporter type exposes the following members.

Properties
  Name Description
Protected property ExportAddedHandler Gets or sets the Delegate to be invoked when a new Export is added to the Exports.
(Inherited from ExporterBase)
Protected property ExportRemovedHandler Gets or sets the Delegate to be invoked when an existing Export is removed from the Exports.
(Inherited from ExporterBase)
Public property Exports Gets the Exports associated with the exporter.
(Inherited from ExporterBase)
Protected property ExportUpdatedHandler Gets or sets the Delegate to be invoked when an existing Export from the Exports is updated.
(Inherited from ExporterBase)
Public property Listeners Gets the DataListeners providing real-time time-series data to the exporter.
(Inherited from ExporterBase)
Public property Name Gets or sets the name of the exporter.
(Inherited from ExporterBase)
Protected property RealTimeExportQueue Gets the internal ProcessQueueT used for processing Exports defined as RealTime.
(Inherited from ExporterBase)
Top
See Also