TaskScheduler.Id Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets the unique ID for this TaskScheduler.

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

Syntax

'Declaration
Public ReadOnly Property Id As Integer
public int Id { get; }

Property Value

Type: System.Int32
Returns the unique ID for this TaskScheduler.

Remarks

For more information, see Task Schedulers.

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.