Click or drag to resize

FacileActionAdapterBaseTrackLatestMeasurements Property

Gets or sets flag to start tracking the absolute latest received measurement values.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public virtual bool TrackLatestMeasurements { get; set; }
View Source

Property Value

Boolean
Remarks
Latest received measurement value will be available via the LatestMeasurements property.
See Also