C# Класс FdoToolbox.Core.ETL.Pipelines.SingleThreadedPipelineExecuter

Executes the pipeline on a single thread
Наследование: BasePipelineExecuter
Показать файл Открыть проект

Защищенные методы

Метод Описание
DecorateEnumerable ( IFdoOperation operation, IEnumerable enumerator ) : IEnumerable

Add a decorator to the enumerable for additional processing

Описание методов

DecorateEnumerable() защищенный Метод

Add a decorator to the enumerable for additional processing
protected DecorateEnumerable ( IFdoOperation operation, IEnumerable enumerator ) : IEnumerable
operation IFdoOperation The operation.
enumerator IEnumerable The enumerator.
Результат IEnumerable