Click or drag to resize

InputAdapterBase.InputMeasurementKeys Property

Gets or sets primary keys of input measurements the AdapterBase expects, if any.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.246-beta
Syntax
public virtual MeasurementKey[] InputMeasurementKeys { get; set; }
View Source

Property Value

MeasurementKey[]

Implements

IAdapter.InputMeasurementKeys
Remarks
Redefined to hide attributes defined in the base class.
See Also