System.Linq Namespace
From Task Parallel System.Threading
Classes
| Class | Description | |
|---|---|---|
| OrderedParallelQuery<(Of <(TSource>)>) |
Represents a sorted, parallel sequence.
| |
| ParallelEnumerable |
Provides a set of methods for querying objects that implement
ParallelQuery{TSource}. This is the parallel equivalent of
Enumerable.
| |
| ParallelQuery |
Represents a parallel sequence.
| |
| ParallelQuery<(Of <(TSource>)>) |
Represents a parallel sequence.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| ParallelExecutionMode |
The query execution mode is a hint that specifies how the system should handle
performance trade-offs when parallelizing queries.
| |
| ParallelMergeOptions |
Specifies the preferred type of output merge to use in a query. This is a hint only, and may not be
respected by the system when parallelizing all queries.
|