This topic has not yet been rated - Rate this topic

TaskScheduler.MaximumConcurrencyLevel Property

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

Namespace:  System.Threading.Tasks
Assembly:  mscorlib (in mscorlib.dll)
public virtual int MaximumConcurrencyLevel { get; }

Property Value

Type: System.Int32
Returns an integer that represents the maximum concurrency level. The default scheduler returns Int32MaxValue().

For more information, see Task Schedulers.

Silverlight

Supported in: 5

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.