Classes
-
Ordered
Parallel Represents a sorted, parallel sequence.Query`1 -
Parallel
Enumerable static Provides a set of methods for querying objects that implement ParallelQuery{TSource}. This is the parallel equivalent of Enumerable. -
Parallel
Query Represents a parallel sequence. -
Parallel
Query`1 Represents a parallel sequence.
Enumerations
-
Parallel
Execution The query execution mode is a hint that specifies how the system should handle performance trade-offs when parallelizing queries.Mode -
Parallel
Merge Specifies the preferred type of output merge to use in a query. In other words, it indicates how PLINQ should merge the results from the various partitions back into a single result sequence. This is a hint only, and may not be respected by the system when parallelizing all queries.Options