C# Class FdoToolbox.Core.ETL.Pipelines.SingleThreadedPipelineExecuter

Executes the pipeline on a single thread
Inheritance: BasePipelineExecuter
Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes protégées

Méthode Description
DecorateEnumerable ( IFdoOperation operation, IEnumerable enumerator ) : IEnumerable

Add a decorator to the enumerable for additional processing

Method Details

DecorateEnumerable() protected méthode

Add a decorator to the enumerable for additional processing
protected DecorateEnumerable ( IFdoOperation operation, IEnumerable enumerator ) : IEnumerable
operation IFdoOperation The operation.
enumerator IEnumerable The enumerator.
Résultat IEnumerable