Click or drag to resize

ConcentratorBaseTrackLatestMeasurements Property

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

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

Property Value

Boolean
Remarks
Latest received measurement value will be available via the LatestMeasurements property. Note that enabling this option will slightly increase the required sorting time.
See Also