Class ParallelisationOptions
- Namespace
- Dynamic
Data .PLinq
- Assembly
- DynamicData.dll
Options to specify parallelisation of stream operations. Only applicable for .Net4 and .Net45 builds.
- Inheritance
-
Parallelisation
Options
- Extension Methods
Remarks
Initializes a new instance of the Parallelisation
Constructors
ParallelisationOptions(ParallelType, int, int)
Options to specify parallelisation of stream operations. Only applicable for .Net4 and .Net45 builds.
public ParallelisationOptions(ParallelType type = ParallelType.None, int threshold = 0, int maxDegreeOfParallelisation = 0)
Parameters
type
ParallelType The type of parallel operation.
threshold
intThe threshold before making the operation parallel.
maxDegreeOfParallelisation
intThe maximum degrees of parallelism.
Remarks
Initializes a new instance of the Parallelisation
Fields
Default
The default parallelisation options.
Field Value
None
Value to be used when no parallelisation should take place.
Field Value
Properties
MaxDegreeOfParallelisation
Gets the maximum degree of parallelisation.
Property Value
Threshold
Gets the threshold.
Property Value
Type
Gets the type.