RoutingTablesHandleConnectOnDemandAdapters Method
Starts or stops connect on demand adapters based on current state of demanded input or output signals.
Namespace: Gemstone.Timeseries.AdaptersAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.147 -- Release Build+281cd9d48f79fa48c22e33d1c46c4d7bdd95f1cf
function HandleConnectOnDemandAdapters(inputMeasurementKeysRestriction, inputAdapterCollection, actionAdapterCollection, outputAdapterCollection);
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.
Set the inputMeasurementKeysRestriction to null to use full adapter routing demands.