|
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.207-beta
Syntax public void AddToMeasurementsReceived(
int count
)
Public Sub AddToMeasurementsReceived (
count As Integer
)
public:
void AddToMeasurementsReceived(
int count
)
member AddToMeasurementsReceived :
count : int -> unit
function AddToMeasurementsReceived(count);
View SourceParameters
- count Int32
- The number of measurements received from the device since the last time this method was called.
Remarks
Call this each time measurements have been received by the device in order
to properly track the
MeasurementsReceived statistic.
See Also