
What is the purpose of interlocked class in .NET?Interlocked
class belongs to System.Threading namespace. When two threads try to update
same variables or when two threads are concurrently executing there are
chances of many error occurrences and incorrect data updation. Increment
- Used to increment a variables value and store its result. Int32
and Int64 integers are its legal parameters.
_______________________________________________________________________
FREE
Subscription
Subscribe
to our mailing list and receive new articles Note
: We never rent, trade, or sell my email lists to Visit
.NET Programming Tutorial Homepage ______________________________________________________ |