Click or drag to resize

MeasurementMetadataChangeKey Method

Creates a new instance of MeasurementMetadata using the provided measurement key. All other fields remain the same.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public MeasurementMetadata ChangeKey(
	MeasurementKey key
)
View Source

Parameters

key  MeasurementKey
The key to set.

Return Value

MeasurementMetadata
New instance of MeasurementMetadata using the provided measurement key.
See Also