ControlMaxDegreeOfParallelism Property |
Gets or sets a value indicating how many parallel worker threads shall be used
when parallelization is applicable.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static int MaxDegreeOfParallelism { get; set; }
Property Value
Int32Remarks Default to the number of processor cores, must be between 1 and 1024 (inclusive).
See Also