C# Class System.Linq.Parallel.PartitionedStreamMerger

Partitioned stream recipient that will merge the results.
Inheritance: IPartitionedStreamRecipient
Mostra file Open project: lodejard/AllNetCore Class Usage Examples

Private Properties

Property Type Description
PartitionedStreamMerger System.Threading.Tasks

Public Methods

Method Description
Receive ( System.Linq.Parallel.PartitionedStream partitionedStream ) : void

Private Methods

Method Description
PartitionedStreamMerger ( bool forEffectMerge, ParallelMergeOptions mergeOptions, TaskScheduler taskScheduler, bool outputOrdered, System.Linq.Parallel.CancellationState cancellationState, int queryId ) : System.Threading.Tasks

Method Details

Receive() public method

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