The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ParallelEnumerable.AsParallel Method (IEnumerable)
.NET Framework (current version)
Enables parallelization of a query.
Assembly: System.Core (in System.Core.dll)
Parameters
- source
-
Type:
System.Collections.IEnumerable
An IEnumerable<T> to convert to a ParallelQuery.
Return Value
Type: System.Linq.ParallelQueryThe source as a ParallelQuery to bind to ParallelEnumerable extension methods.
| Exception | Condition |
|---|---|
| ArgumentNullException | source is a null reference (Nothing in Visual Basic). |
The Cast<TResult> operator can be used to convert a ParallelQuery to a ParallelQuery(T).
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Show: