.NET Framework Class Library |
TaskScheduler..::.MaximumConcurrencyLevel Property |
TaskScheduler Class See Also Send Feedback |
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; } |