Click or drag to resize

AdapterBaseLoadInputSourceIDs Method

Loads an IOutputAdapter or IActionAdapter instance's input measurement keys from a specific set of source ID's.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public static void LoadInputSourceIDs(
	IAdapter adapter,
	string measurementTable = "ActiveMeasurements"
)
View Source

Parameters

adapter  IAdapter
IAdapter to load input measurement keys for.
measurementTable  String  (Optional)
Measurement table name used to load input source ID's.
Remarks
Any existing input measurement keys will be distinctly merged with those associated with specified source ID's.
See Also