|
RoutingTablesTraverseDependencyChain(IInputAdapter, IActionAdapter, IOutputAdapter) Method
|
Determines the set of adapters in the dependency chain for all adapters in the system which are either not connect or demand or are demanded.
Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax function TraverseDependencyChain(inputAdapterCollection, actionAdapterCollection, outputAdapterCollection);
View SourceParameters
- 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
ISetIAdapterSee Also