C# 클래스 FdoToolbox.Core.ETL.Pipelines.ThreadPoolPipelineExecuter

Execute all the actions concurrently, in the thread pool
상속: BasePipelineExecuter
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox

보호된 메소드들

메소드 설명
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