Enum ParallelType
- Namespace
- Dynamic
Data .PLinq
- Assembly
- DynamicData.dll
The type of parallelisation.
- Extension Methods
Fields
None = 0
No parallelisation will take place.
Ordered = 2
Parallelisation will take place whilst preserving the enumerable order.
Parallelise = 1
Parallelisation will take place without preserving the enumerable order.