Click or drag to resize

RoutingTablesHandleConnectOnDemandAdapters Method

Starts or stops connect on demand adapters based on current state of demanded input or output signals.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
protected virtual void HandleConnectOnDemandAdapters(
	ISet<MeasurementKey> inputMeasurementKeysRestriction,
	IInputAdapter[] inputAdapterCollection,
	IActionAdapter[] actionAdapterCollection,
	IOutputAdapter[] outputAdapterCollection
)
View Source

Parameters

inputMeasurementKeysRestriction  ISetMeasurementKey
The set of signals to be produced by the chain of adapters to be handled.
inputAdapterCollection  IInputAdapter
Collection of input adapters at start of routing table calculation.
actionAdapterCollection  IActionAdapter
Collection of action adapters at start of routing table calculation.
outputAdapterCollection  IOutputAdapter
Collection of output adapters at start of routing table calculation.
Remarks
Set the inputMeasurementKeysRestriction to null to use full adapter routing demands.
See Also