|
SignalIndexCacheReference Property
|
Gets or sets integer signal index cross reference dictionary.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.248-beta
Syntaxpublic ConcurrentDictionary<ushort, MeasurementKey> Reference { get; set; }
Public Property Reference As ConcurrentDictionary(Of UShort, MeasurementKey)
Get
Set
public:
property ConcurrentDictionary<unsigned short, MeasurementKey^>^ Reference {
ConcurrentDictionary<unsigned short, MeasurementKey^>^ get ();
void set (ConcurrentDictionary<unsigned short, MeasurementKey^>^ value);
}
member Reference : ConcurrentDictionary<uint16, MeasurementKey> with get, set
function get_Reference();
function set_Reference(value);
View SourceProperty Value
ConcurrentDictionaryUInt16,
MeasurementKey
See Also