TaskScheduler Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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: