Click or drag to resize

SignalIndexCache.Reference Property

Gets or sets integer signal index cross reference dictionary.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.241-beta
Syntax
public ConcurrentDictionary<ushort, MeasurementKey> Reference { get; set; }
View Source

Property Value

ConcurrentDictionary<UInt16, MeasurementKey>
See Also