Click or drag to resize

ImmediateMeasurementsHasMeasurementID Method

Determines whether the specified MeasurementKey exists in the current collection of immediate measurements.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.292-beta
Syntax
public bool HasMeasurementID(
	MeasurementKey key
)
View Source

Parameters

key  MeasurementKey
The MeasurementKey to locate in the collection.

Return Value

Boolean
true if the specified MeasurementKey exists in the collection; otherwise, false.
See Also