TaskScheduler Properties

Task Parallel System.Threading

The TaskScheduler type exposes the following members.

Properties

  NameDescription
Current
Gets the TaskScheduler associated with the currently executing task.
Default
Gets the default TaskScheduler instance.
Id
Gets the unique ID for this TaskScheduler.
MaximumConcurrencyLevel
Indicates the maximum concurrency level this TaskScheduler is able to support.

See Also