TaskScheduler.MaximumConcurrencyLevel Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Indicates the maximum concurrency level this TaskScheduler is able to support.
Namespace: System.Threading.Tasks
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property MaximumConcurrencyLevel As Integer
public virtual int MaximumConcurrencyLevel { get; }
Property Value
Type: System.Int32
Returns an integer that represents the maximum concurrency level. The default scheduler returns Int32MaxValue().
Version Information
Silverlight
Supported in: 5
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also