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