This documentation is archived and is not being maintained.
TaskScheduler Properties
Visual Studio 2010
The TaskScheduler type exposes the following members.
| 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: