Click or drag to resize

MeasurementKeyCreateOrUpdate(Guid, String) Method

Constructs a new MeasurementKey given the specified parameters.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public static MeasurementKey CreateOrUpdate(
	Guid signalID,
	string value
)
View Source

Parameters

signalID  Guid
Guid ID of associated signal, if defined.
value  String
A string representation of the MeasurementKey.

Return Value

MeasurementKey
Exceptions
ExceptionCondition
ArgumentExceptionsignalID cannot be empty
FormatExceptionThe value is not in the correct format for a MeasurementKey value.
See Also