ParallelEnumerable.AsParallel<'TSource> Method (IEnumerable<'TSource>)
.NET Framework (current version)
Enables parallelization of a query.
Assembly: System.Core (in System.Core.dll)
static member AsParallel<'TSource> : source:IEnumerable<'TSource> -> ParallelQuery<'TSource>
Parameters
- source
-
Type:
System.Collections.Generic.IEnumerable<'TSource>
An IEnumerable<'T> to convert to a ParallelQuery<'TSource>.
Return Value
Type: System.Linq.ParallelQuery<'TSource>The source as a ParallelQuery<'TSource> to bind to ParallelEnumerable extension methods.
Type Parameters
- TSource
The type of elements of source.
| Exception | Condition |
|---|---|
| ArgumentNullException | source is a null reference (Nothing in Visual Basic). |
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: