This topic has not yet been rated - Rate this topic

WorkItemPriority enumeration

Specifies the priority of a work item relative to other work items in the thread pool.

Syntax


public enum WorkItemPriority

Attributes

VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The WorkItemPriority enumeration has these members.

MemberValueDescription
Low-1

The work item should run at low priority.

Normal0

The work item should run at normal priority. This is the default value.

High1

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

Windows.System.Threading
Windows::System::Threading [C++]

Metadata

Windows.winmd

See also

ThreadPool.RunAsync

 

 

Build date: 2/25/2013

© 2013 Microsoft. All rights reserved.