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

The current priority indicates the actual priority of the associated thread, which may deviate from the base priority based on how the OS is currently scheduling the thread.

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

See Also

ProcessThread Class | ProcessThread Members | System.Diagnostics Namespace