|
DeviceStatisticsHelperTAddToMeasurementsWithError Method
|
Increases the count of the number of measurements received while the device is reporting errors.
Namespace: GSF.TimeSeries.StatisticsAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public void AddToMeasurementsWithError(
int count
)
Public Sub AddToMeasurementsWithError (
count As Integer
)
public:
void AddToMeasurementsWithError(
int count
)
member AddToMeasurementsWithError :
count : int -> unit
function AddToMeasurementsWithError(count);
View SourceParameters
- count Int32
- The number of measurements received while the device is reporting errors since the last time this method was called.
Remarks
Call this each time measurements with errors have been received by the device in order
to properly track the
MeasurementsWithError statistic.
See Also