Statistics
|
The StatisticsExporter type exposes the following members.
Name | Description | |
---|---|---|
Dispose |
Releases all the resources used by the exporter.
(Inherited from ExporterBase) |
|
Dispose(Boolean) |
Releases the unmanaged resources used by the exporter and optionally releases the managed resources.
(Inherited from ExporterBase) |
|
Equals |
Determines whether the current exporter object is equal to obj.
(Inherited from ExporterBase) |
|
Finalize |
Releases the unmanaged resources before the exporter is reclaimed by GC.
(Inherited from ExporterBase) |
|
FindExport |
Returns the Export for the specified exportName from the Exports.
(Inherited from ExporterBase) |
|
FindListener |
Returns the DataListener for the specified listenerName from the Listeners.
(Inherited from ExporterBase) |
|
GetBufferedData |
Returns a DataSet containing the buffered real-time time-series data.
(Inherited from RawDataExporter) |
|
GetExportData |
Returns the current time-series data for the specified export organized by listener.
(Inherited from ExporterBase) |
|
GetExportDataAsDataset |
Returns the current time-series data for the specified export in a DataSet.
(Inherited from ExporterBase) |
|
GetHashCode |
Returns the hash code for the current exporter object.
(Inherited from ExporterBase) |
|
GetStatistics | Returns the calculated StatisticsExporterStatistics from buffered data of the specified export. | |
GetType | Gets the Type of the current instance. (Inherited from Object) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
|
OnExportProcessed |
Raises the ExportProcessed event.
(Inherited from ExporterBase) |
|
OnExportProcessException |
Raises the ExportProcessException event.
(Inherited from ExporterBase) |
|
OnStatusUpdate |
Raises the StatusUpdate event.
(Inherited from ExporterBase) |
|
ProcessExport(Export) |
Processes the export using the current Data.
(Overrides RawDataExporterProcessExport(Export)) |
|
ProcessExport(String) |
Processes Export with the specified exportName.
(Inherited from ExporterBase) |
|
ProcessRealTimeData |
Handles the DataExtracted event for all the Listeners.
(Inherited from RawDataExporter) |
|
ProcessRealTimeExport |
Processes the export using the real-time data.
(Overrides RawDataExporterProcessRealTimeExport(Export, DataListener, IListIDataPoint)) |
|
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |
|
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |