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!

ThreadPriority Enumeration

Specifies the priority of the thread.

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

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

Members

Member Name Description
AboveNormal [To be supplied.]
BelowNormal [To be supplied.]
Highest [To be supplied.]
Lowest [To be supplied.]
Normal [To be supplied.]

Requirements

Namespace: System.Threading

Assembly: mscorlib.dll

See Also

System.Threading Namespace