|   | DeviceStatisticsHelperTAddToMeasurementsReceived Method | 
        
        
            Increases the count of the number of measurements received from the device.
            
        
        Namespace: GSF.TimeSeries.StatisticsAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic void AddToMeasurementsReceived(
	int count
)
Public Sub AddToMeasurementsReceived ( 
	count As Integer
)
public:
void AddToMeasurementsReceived(
	int count
)
member AddToMeasurementsReceived : 
        count : int -> unit function AddToMeasurementsReceived(count);
Parameters
- count  Int32
- The number of measurements received from the device since the last time this method was called.
 Remarks
Remarks
            Call this each time measurements have been received by the device in order
            to properly track the 
MeasurementsReceived statistic.
            
 See Also
See Also