MaximumConcurrencyLevel Property

Task Parallel System.Threading

Indicates the maximum concurrency level this TaskScheduler is able to support.

Namespace:  System.Threading.Tasks
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property MaximumConcurrencyLevel As Integer
C#
public virtual int MaximumConcurrencyLevel { get; }

See Also