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