AsParallel Method
From Task Parallel System.Threading
|
|
| .NET Framework Class Library |
| ParallelEnumerable..::.AsParallel Method |
| ParallelEnumerable Class See Also Send Feedback |
Overload List
| Name | Description | |
|---|---|---|
| AsParallel<(Of <(TSource>)>)(Partitioner<(Of <(TSource>)>)) |
Enables parallelization of a query, as sourced by a partitioner
responsible for splitting the input sequence into partitions.
| |
| AsParallel<(Of <(TSource>)>)(IEnumerable<(Of <(TSource>)>)) |
Enables parallelization of a query.
| |
| AsParallel(IEnumerable) |
Enables parallelization of a query.
|