MeasurementKeyCreateOrUpdate(Guid, String, UInt64) Method
Namespace: Gemstone.TimeseriesAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.150 -- Release Build+b0ded34473a5ec0794290d60061683cd4a0402e5
Gemstone.Timeseries.MeasurementKey.CreateOrUpdate = function(signalID, source, id);
- signalID Guid
- Guid ID of associated signal, if defined.
- source String
- Source of the measurement that this MeasurementKey represents (e.g., name of archive).
- id UInt64
- Numeric ID of the measurement that this MeasurementKey represents.
MeasurementKeyA
MeasurementKey object constructed from the specified parameters.