Click or drag to resize

IFrameLastSortedMeasurement Property

Gets or sets reference to last IMeasurement that was sorted into this IFrame.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
IMeasurement LastSortedMeasurement { get; set; }

Property Value

IMeasurement
Remarks

This value is used to help monitor slow moving measurements that are being sorted into the IFrame.

Implementers need only track the value.

See Also