CoreProvider<T>.MaxDegreeOfParallelism Property

Gets or sets the maximum degree of parallelism enabled by this instance.

Definition

Namespace: Extreme.Providers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public int MaxDegreeOfParallelism { get; set; }

Property Value

Int32

Implements

IParallelized.MaxDegreeOfParallelism

Exceptions

ArgumentOutOfRangeException The value is zero or less than -1.

See Also