C# Class System.Linq.Parallel.PartitionedStreamMerger

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

Private Properties

Свойство Type Description
PartitionedStreamMerger System.Threading.Tasks

Méthodes publiques

Méthode Description
Receive ( System.Linq.Parallel.PartitionedStream partitionedStream ) : void

Private Methods

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

Method Details

Receive() public méthode

public Receive ( System.Linq.Parallel.PartitionedStream partitionedStream ) : void
partitionedStream System.Linq.Parallel.PartitionedStream
Résultat void