Managed Core Provider.With Max Degree Of Parallelism Method
Returns a provider with the specified maximum degree of parallelism.
Definition
Namespace: Extreme.Providers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A ManagedCoreProvider with the specified maximum degree of parallelism.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public ManagedCoreProvider WithMaxDegreeOfParallelism(
int maxDegreeOfParallelism
)
Parameters
- maxDegreeOfParallelism Int32
- The maximum degree of parallelism.
Return Value
ManagedCoreProviderA ManagedCoreProvider with the specified maximum degree of parallelism.