DeviceStatisticsHelperT Methods

Methods

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.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MarkDeviceTimestamp Marks the latest timestamp of device measurements used to calculate global timestamp statistics.
MemberwiseCloneCreates 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.
ToStringReturns 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.

See Also