Declaration Syntax
C# | Visual Basic | Visual C++ |
protected class RealTimeData
Protected Class RealTimeData
protected ref class RealTimeData
Members
All Members | Constructors | Methods | Fields | ||
Icon | Member | Description |
---|---|---|
ExporterBase..::.RealTimeData(Export, DataListener, IList<(Of <(IDataPoint>)>)) |
Initializes a new instance of the ExporterBase..::.RealTimeData class.
| |
Data |
Gets or sets the real-time time-series data received by the Listener.
| |
Equals(Object) | (Inherited from Object.) | |
Export | ||
Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
Listener |
Gets or sets the DataListener that provided the Data.
| |
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |
ExporterBase..::.RealTimeData |
See Also