This topic has not yet been rated - Rate this topic

ParallelEnumerable.AsOrdered Method

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Static member AsOrdered(ParallelQuery) Enables treatment of a data source as if it was ordered, overriding the default of unordered. AsOrdered may only be invoked on non-generic sequences returned by AsParallel, ParallelEnumerable.Range, and ParallelEnumerable.Repeat.
Public method Static member AsOrdered<TSource>(ParallelQuery<TSource>) Enables treatment of a data source as if it was ordered, overriding the default of unordered. AsOrdered may only be invoked on generic sequences returned by AsParallel, ParallelEnumerable.Range, and ParallelEnumerable.Repeat.
Top
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ