WorkItemPriority enumeration
Specifies the priority of a work item relative to other work items in the thread pool.
Syntax
Attributes
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Members
The WorkItemPriority enumeration has these members.
| Member | Value | Description |
|---|---|---|
| Low | -1 |
The work item should run at low priority. |
| Normal | 0 |
The work item should run at normal priority. This is the default value. |
| High | 1 |
The work item should run at high priority. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 2/25/2013
