Click or drag to resize

FrameMeasurements Property

Keyed measurements in this Frame.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public ConcurrentDictionary<MeasurementKey, IMeasurement> Measurements { get; }
View Source

Property Value

ConcurrentDictionaryMeasurementKey, IMeasurement

Implements

IFrameMeasurements
See Also