Id Property

Task Parallel System.Threading

Gets the unique ID for this TaskScheduler.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Id As Integer
C#
public int Id { get; }

See Also