ParallelEnumerable.AsParallel Method
.NET Framework 4.5
Enables parallelization of a query.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
AsParallel<TSource>(IEnumerable<TSource>) | Enables parallelization of a query. |
|
AsParallel(IEnumerable) | Enables parallelization of a query. |
|
AsParallel<TSource>(Partitioner<TSource>) | Enables parallelization of a query, as sourced by a custom partitioner that is responsible for splitting the input sequence into partitions. |
This method binds the query to PLINQ. For more information, see Parallel LINQ (PLINQ).