Click or drag to resize

SignalIndexCacheReference Property

Gets or sets integer signal index cross reference dictionary.

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

Property Value

ConcurrentDictionaryUInt16, MeasurementKey
See Also