AsParallel Method

Task Parallel System.Threading

Overload List

  NameDescription
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.

See Also