NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ThreadPriorityLevel Enumeration

Specifies the priority level of a thread. The priority level is not an absolute level, but instead contributes to the actual thread priority by considering the priority class of the process.

[Visual Basic]
Public Enum ThreadPriorityLevel
[C#]
public enum ThreadPriorityLevel
[C++]
public enum ThreadPriorityLevel

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
AboveNormal Above normal priority
BelowNormal Below normal priority
Highest Highest priority
Idle Idle priority
Lowest Lowest priority
Normal Normal priority
TimeCritical Time critical priority

Requirements

Namespace: System.Diagnostics

Assembly: System.Diagnostics.dll

See Also

System.Diagnostics Namespace