Allows an intermediate query to be treated as if no ordering is implied among the elements.
Namespace:
System.Linq
Assembly:
System.Threading (in System.Threading.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function AsUnordered(Of TSource) ( _
source As ParallelQuery(Of TSource) _
) As ParallelQuery(Of TSource) |
Type Parameters
- TSource
- The type of elements of source.
Return Value
The source sequence with arbitrary order.
Remarks
Exceptions
Exception | Condition |
---|
System..::.ArgumentNullException |
source is a null reference (Nothing in Visual Basic).
|
See Also