Click or drag to resize

ImmediateMeasurementsUpdateMeasurementValue Method

Store new measurement.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public void UpdateMeasurementValue(
	IMeasurement newMeasurement
)
View Source

Parameters

newMeasurement  IMeasurement
New measurement value to update.
Remarks
Value is only stored if it is newer than the cached value.
See Also