public static MeasurementKey CreateOrUpdate(
Guid signalID,
string value
)Public Shared Function CreateOrUpdate (
signalID As Guid,
value As String
) As MeasurementKeypublic:
static MeasurementKey^ CreateOrUpdate(
Guid signalID,
String^ value
)Gemstone.Timeseries.MeasurementKey.CreateOrUpdate = function(signalID, value);| ArgumentException | signalID cannot be empty |
| FormatException | The value is not in the correct format for a MeasurementKey value. |