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

Returns or sets whether this thread would like a priority boost if the user interacts with user interface associated with this thread.

[Visual Basic]
Public Property PriorityBoostEnabled As Boolean
[C#]
public bool PriorityBoostEnabled {get; set;}
[C++]
public: __property bool get_PriorityBoostEnabled();
public: __property void set_PriorityBoostEnabled(bool);
[JScript]
public function get PriorityBoostEnabled() : Boolean;
public function set PriorityBoostEnabled(Boolean);

See Also

ProcessThread Class | ProcessThread Members | System.Diagnostics Namespace