Click or drag to resize

FilterAdapterBaseIsInputMeasurement Method

Determines if the given measurement key represents a signal that is bound for this filter adapter.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public virtual bool IsInputMeasurement(
	MeasurementKey key
)
View Source

Parameters

key  MeasurementKey
The key that identifies the signal.

Return Value

Boolean
True if measurements for the given signal are bound for this filter adapter.
See Also