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.

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.150 -- Release Build+b0ded34473a5ec0794290d60061683cd4a0402e5
protected virtual ISet<IAdapter> TraverseDependencyChain(
	IInputAdapter[] inputAdapterCollection,
	IActionAdapter[]? actionAdapterCollection,
	IOutputAdapter[] outputAdapterCollection
)

Parameters

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

[Missing <returns> documentation for "M:Gemstone.Timeseries.Adapters.RoutingTables.TraverseDependencyChain(Gemstone.Timeseries.Adapters.IInputAdapter[],Gemstone.Timeseries.Adapters.IActionAdapter[],Gemstone.Timeseries.Adapters.IOutputAdapter[])"]

See Also