Click or drag to resize

ChannelFrameBaseTMeasurements Property

Keyed measurements in this ChannelFrameBaseT.

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

Property Value

ConcurrentDictionaryMeasurementKey, IMeasurement

Implements

IFrameMeasurements
Remarks
Represents a dictionary of measurements, keyed by MeasurementKey.
See Also