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

Executes the pipeline on a single thread
Inheritance: BasePipelineExecuter
Show file Open project: jumpinjackie/fdotoolbox

Protected Methods

Method Description
DecorateEnumerable ( IFdoOperation operation, IEnumerable enumerator ) : IEnumerable

Add a decorator to the enumerable for additional processing

Method Details

DecorateEnumerable() protected method

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