C# 클래스 System.Linq.Parallel.PartitionedStreamMerger

Partitioned stream recipient that will merge the results.
상속: IPartitionedStreamRecipient
파일 보기 프로젝트 열기: lodejard/AllNetCore 1 사용 예제들

Private Properties

프로퍼티 타입 설명
PartitionedStreamMerger System.Threading.Tasks

공개 메소드들

메소드 설명
Receive ( System.Linq.Parallel.PartitionedStream partitionedStream ) : void

비공개 메소드들

메소드 설명
PartitionedStreamMerger ( bool forEffectMerge, ParallelMergeOptions mergeOptions, TaskScheduler taskScheduler, bool outputOrdered, System.Linq.Parallel.CancellationState cancellationState, int queryId ) : System.Threading.Tasks

메소드 상세

Receive() 공개 메소드

public Receive ( System.Linq.Parallel.PartitionedStream partitionedStream ) : void
partitionedStream System.Linq.Parallel.PartitionedStream
리턴 void