Click or drag to resize

MeasurementKeyCreateOrUpdate(Guid, String, UInt64) 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 source,
	ulong id
)
View Source

Parameters

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.

Return Value

MeasurementKey
Exceptions
ExceptionCondition
ArgumentExceptionsignalID cannot be empty.
ArgumentNullExceptionsource cannot be null.
See Also