TaskScheduler.MaximumConcurrencyLevel Property

Definition

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

public:
 virtual property int MaximumConcurrencyLevel { int get(); };
public virtual int MaximumConcurrencyLevel { get; }
member this.MaximumConcurrencyLevel : int
Public Overridable ReadOnly Property MaximumConcurrencyLevel As Integer

Property Value

Returns an integer that represents the maximum concurrency level. The default scheduler returns Int32.MaxValue.

Remarks

For more information, see TaskScheduler.

Applies to

See also