protected virtual ISet<IAdapter> TraverseDependencyChain(
IInputAdapter[] inputAdapterCollection,
IActionAdapter[]? actionAdapterCollection,
IOutputAdapter[] outputAdapterCollection
)
Protected Overridable Function TraverseDependencyChain (
inputAdapterCollection As IInputAdapter(),
actionAdapterCollection As IActionAdapter(),
outputAdapterCollection As IOutputAdapter()
) As ISet(Of IAdapter)
protected:
virtual ISet<IAdapter^>^ TraverseDependencyChain(
array<IInputAdapter^>^ inputAdapterCollection,
array<IActionAdapter^>^ actionAdapterCollection,
array<IOutputAdapter^>^ outputAdapterCollection
)
function TraverseDependencyChain(inputAdapterCollection, actionAdapterCollection, outputAdapterCollection);
[Missing <returns> documentation for "M:Gemstone.Timeseries.Adapters.RoutingTables.TraverseDependencyChain(Gemstone.Timeseries.Adapters.IInputAdapter[],Gemstone.Timeseries.Adapters.IActionAdapter[],Gemstone.Timeseries.Adapters.IOutputAdapter[])"]