TaskScheduler Properties
.NET Framework (current version)
Namespace:
System.Threading.Tasks
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Current | Gets the TaskScheduler associated with the currently executing task. |
![]() ![]() | Default | Gets the default TaskScheduler instance that is provided by the .NET Framework. |
![]() | Id | Gets the unique ID for this TaskScheduler. |
![]() | MaximumConcurrencyLevel | Indicates the maximum concurrency level this TaskScheduler is able to support. |
Show:

