DeviceStatisticsHelperTAddToMeasurementsWithError Method
Increases the count of the number of measurements received while the device is reporting errors.
Namespace: Gemstone.Timeseries.StatisticsAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.147 -- Release Build+281cd9d48f79fa48c22e33d1c46c4d7bdd95f1cf
public void AddToMeasurementsWithError(
int count
)
Public Sub AddToMeasurementsWithError (
count As Integer
)
public:
void AddToMeasurementsWithError(
int count
)
function AddToMeasurementsWithError(count);
Parameters
- count Int32
- The number of measurements received while the device is reporting errors since the last time this method was called.
Call this each time measurements with errors have been received by the device in order
to properly track the
MeasurementsWithError statistic.