|   | 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.257-beta
 Syntax
Syntaxpublic void AddToMeasurementsWithError(
	int count
)
Public Sub AddToMeasurementsWithError ( 
	count As Integer
)
public:
void AddToMeasurementsWithError(
	int count
)
member AddToMeasurementsWithError : 
        count : int -> unit 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.
 Remarks
Remarks
            Call this each time measurements with errors have been received by the device in order
            to properly track the 
MeasurementsWithError statistic.
            
 See Also
See Also