MeasurementKeyRuntimeID Property

A unique ID that is assigned at runtime to identify this instance of MeasurementKey. This value will change between life cycles, so it cannot be used to compare MeasurementKey instances that are running out of process or in a separate AppDomain.

Definition

Namespace: Gemstone.Timeseries
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.150 -- Release Build+b0ded34473a5ec0794290d60061683cd4a0402e5
public int RuntimeID { get; }

Property Value

Int32

Remarks

Since each SignalID is only tied to a single MeasurementKey object, this provides another unique identifier that is zero indexed. This allows certain optimizations such as array lookups.

See Also