Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
How can we change priority and what the levels of priority are
How can we change priority and what the levels of priority are provided by .NET ?
✍: Guest
Thread Priority can be changed by using Threadname.Priority = ThreadPriority.Highest.
In the sample provided look out for code where the second thread is ran with a high
priority.
Following are different levels of Priority provided by .NET :-
ã ThreadPriority.Highest
ã ThreadPriority.AboveNormal
ã ThreadPriority.Normal
ã ThreadPriority.BelowNormal
ã ThreadPriority.Lowest
2007-10-22, 5055👍, 0💬
Popular Posts:
Give me the example of SRS and FRS SRS :- Software Requirement Specification BRS :- Basic Requiremen...
How To Delete a User Account? - Oracle DBA FAQ - Managing Oracle User Accounts, Schema and Privilege...
Does .NET support UNICODE and how do you know it supports? Yes .NET definitely supports UNICODE. Try...
What does AddressOf operator do in background ? The AddressOf operator creates a delegate object to ...
What does a special set of tags <?= and ?> do in a PHP script page? <?= express...