Click or drag to resize

ImmediateMeasurementsAddTaggedMeasurement Method

Associates a new measurement ID with a tag, creating the new tag if needed.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public void AddTaggedMeasurement(
	string tag,
	MeasurementKey id
)
View Source

Parameters

tag  String
A String to represent the key.
id  MeasurementKey
A Guid ID to associate with the tag.
Remarks
Allows you to define "grouped" points so you can aggregate certain measurements.
See Also