Click or drag to resize

IFrameMeasurements Property

Keyed measurements in this IFrame.

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

Property Value

ConcurrentDictionaryMeasurementKey, IMeasurement
Remarks
Represents a concurrent dictionary of measurements, keyed by MeasurementKey.
See Also