public class TrackingFramePublic Class TrackingFramepublic ref class TrackingFrameGemstone.Timeseries.TrackingFrame = function();
Type.createClass(
'Gemstone.Timeseries.TrackingFrame');| TrackingFrame | Constructs a new TrackingFrame given the specified parameters. |
| DownsampledMeasurements | Total number of measurements down-sampled by TrackingFrame. |
| Lock | Gets the TrackingFrame locking primitive. |
| SourceFrame | Gets instance of IFrame being tracked. |
| Timestamp | Gets timestamp of IFrame being tracked. |
| DeriveMeasurementValue | Derives measurement value, down-sampling if needed. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |