Click or drag to resize

ExporterBase Properties

The ExporterBase 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.
Protected property ExportRemovedHandler Gets or sets the Delegate to be invoked when an existing Export is removed from the Exports.
Public property Exports Gets the Exports associated with the exporter.
Protected property ExportUpdatedHandler Gets or sets the Delegate to be invoked when an existing Export from the Exports is updated.
Public property Listeners Gets the DataListeners providing real-time time-series data to the exporter.
Public property Name Gets or sets the name of the exporter.
Protected property RealTimeExportQueue Gets the internal ProcessQueueT used for processing Exports defined as RealTime.
Top
See Also