IAdapterWrapperPipelineBuilder
StockSharp.Algo.Basket
Interface for building adapter wrapper pipeline.
Методы
BuildAsync(IMessageAdapter, AdapterWrapperConfiguration, CancellationToken) : ValueTask<IMessageAdapter>
Creates wrapper pipeline around the specified adapter.
- adapter
- The inner adapter to wrap.
- config
- Configuration for building the pipeline.
- cancellationToken
- CancellationToken
Возвращает: The outermost adapter in the pipeline (may be the original adapter if no wrappers applied).