public bool SetValue(
Ticks currentTime,
Ticks timestamp,
double value,
MeasurementStateFlags flags
)Public Function SetValue (
currentTime As Ticks,
timestamp As Ticks,
value As Double,
flags As MeasurementStateFlags
) As Booleanpublic:
bool SetValue(
Ticks currentTime,
Ticks timestamp,
double value,
MeasurementStateFlags flags
)function SetValue(currentTime, timestamp, value, flags);Operation will only store a value that is newer than the cached value.