ParallelQuery Class

Task Parallel System.Threading

Represents a parallel sequence.

Namespace:  System.Linq
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Public Class ParallelQuery _
	Implements IEnumerable
C#
public class ParallelQuery : IEnumerable

Inheritance Hierarchy

System..::.Object
  System.Linq..::.ParallelQuery
    System.Linq..::.ParallelQuery<(Of <(TSource>)>)

See Also