public class DeviceStatisticsHelper<T>
where T : class, IDevice
Public Class DeviceStatisticsHelper(Of T As {Class, IDevice})
generic<typename T>
where T : ref class, IDevice
public ref class DeviceStatisticsHelper
DeviceStatisticsHelperT | Creates a new instance of the DeviceStatisticsHelperT class. |
Device | Gets the device whose statistics are being calculated using this helper. |
ExpectedMeasurementsPerSecond | Gets or sets the number of measurements expected to be received from the device per second. |
AddToMeasurementsReceived | Increases the count of the number of measurements received from the device. |
AddToMeasurementsWithError | Increases the count of the number of measurements received while the device is reporting errors. |
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) |
MarkDeviceTimestamp | Marks the latest timestamp of device measurements used to calculate global timestamp statistics. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
Reset | Resets the member variables used to track statistics for the device wrapped by this helper. |
Reset(Int64) | Resets the member variables used to track statistics for the device wrapped by this helper. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Update | Updates the statistics for the number of measurements received and the number of measurements expected in the IDevice wrapped by this helper. |
Update(Int64) | Updates the statistics for the number of measurements received and the number of measurements expected in the IDevice wrapped by this helper. |