MeasurementKeyTryCreateOrUpdate(Guid, String, MeasurementKey) Method
Namespace: Gemstone.TimeseriesAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.166 -- Release Build+57b72ea94712c6fb93701495d2d13b86cd7b5162
Gemstone.Timeseries.MeasurementKey.TryCreateOrUpdate = function(signalID, value, key);
- signalID Guid
- Guid ID of associated signal, if defined.
- value String
- A string representation of the MeasurementKey.
- key MeasurementKey
- The measurement key that was created or updated or Undefined.
BooleanTrue if the measurement key was successfully created or updated, false otherwise.