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