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:
What is use of Interlocked class
What is use of Interlocked class ?
✍: Guest
Interlocked class provides methods by which you can achieve following functionalities :-
ã Increment Values.
ã Decrement values.
ã Exchange values between variables.
ã Compare values from any thread.
in a synchronization mode.
Example :- System.Threading.Interlocked.Increment(IntA)
2007-10-22, 5097👍, 0💬
Popular Posts:
How To Merge Values of Two Arrays into a Single Array? - PHP Script Tips - PHP Built-in Functions fo...
.NET INTERVIEW QUESTIONS - What is Multi-tasking ? It’s a feature of modern operating systems with w...
What is ISO? ISO 9000 is a family of standards for quality management systems. ISO 9000 is maintaine...
when should the volatile modifier be used? The volatile modifier is a directive to the compiler's op...
What Happens to Your Transactions When ERROR 1213 Occurred? - MySQL FAQs - Transaction Management: C...