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.
Namespace: Gemstone.TimeseriesAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.160 -- Release Build+69269a1754081bcb38397d2d6a05132ae03c7054
public int RuntimeID { get; }
Public ReadOnly Property RuntimeID As Integer
Get
public:
property int RuntimeID {
int get ();
}
function get_RuntimeID();
Property Value
Int32
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.