|   | RoutingTablesTraverseDependencyChain(ISetMeasurementKey, IInputAdapter, IActionAdapter, IOutputAdapter) Method | 
        
        
            Determines the set of adapters in the dependency chain that produces the set of signals in the
            inputMeasurementKeysRestriction and returns the set of input signals required by the
            adapters in the chain and the set of output signals produced by the adapters in the chain.
            
        
        Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxfunction TraverseDependencyChain(inputMeasurementKeysRestriction, inputAdapterCollection, actionAdapterCollection, outputAdapterCollection);
Parameters
- inputMeasurementKeysRestriction  ISetMeasurementKey
- The set of signals that must be produced by the dependency chain.
- 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.
Return Value
ISetIAdapter See Also
See Also