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!

ProcessThread.PriorityLevel

Returns or sets the priority level of the associated 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 Property PriorityLevel As ThreadPriorityLevel
[C#]
public ThreadPriorityLevel PriorityLevel {get; set;}
[C++]
public: __property ThreadPriorityLevel get_PriorityLevel();
public: __property void set_PriorityLevel(ThreadPriorityLevel);
[JScript]
public function get PriorityLevel() : ThreadPriorityLevel;
public function set PriorityLevel(ThreadPriorityLevel);

See Also

ProcessThread Class | ProcessThread Members | System.Diagnostics Namespace