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.BasePriority

Returns the base priority of the thread which is computed by combining the process priority class with the priority level of the associated thread.

[Visual Basic]
Public ReadOnly Property BasePriority As Integer
[C#]
public int BasePriority {get;}
[C++]
public: __property int get_BasePriority();
[JScript]
public function get BasePriority() : int;

See Also

ProcessThread Class | ProcessThread Members | System.Diagnostics Namespace