AsyncContextWrapperMaxDegreeOfParallelism Property

Gets the maximum degree of parallelism. If zero or less, then it is adjusted automatically.

Definition

Namespace: KGySoft.Threading
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public int MaxDegreeOfParallelism { get; }

Property Value

Int32

Implements

IAsyncContextMaxDegreeOfParallelism

See Also