Click or drag to resize

ImmediateMeasurementsTaggedMeasurementKeys Method

Returns measurement list of specified tag, if it exists.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public ReadOnlyCollection<MeasurementKey> TaggedMeasurementKeys(
	string tag
)
View Source

Parameters

tag  String
A String that indicates the tag to use.

Return Value

ReadOnlyCollectionMeasurementKey
A collection of measurement keys.
See Also