DeviceStatisticsHelperTAddToMeasurementsReceived Method
Increases the count of the number of measurements received from the device.
Namespace: Gemstone.Timeseries.StatisticsAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.158 -- Release Build+742760b9fc81f0ff99a22d1d8a726573e73efb7e
public void AddToMeasurementsReceived(
int count
)
Public Sub AddToMeasurementsReceived (
count As Integer
)
public:
void AddToMeasurementsReceived(
int count
)
function AddToMeasurementsReceived(count);
Parameters
- count Int32
- The number of measurements received from the device since the last time this method was called.
Call this each time measurements have been received by the device in order
to properly track the
MeasurementsReceived statistic.