Home
Certification Preparation
Microsoft
Microsoft Developers Certifications
interlocked
ijas1981
wwhats the point of the interlocked class than the normal increment.
compare interlocked and lock (synchoromisation ) in c# in detailed.
ijas ahamed.
Find more posts tagged with
Comments
JDMurray
The Interlocked class is a simple thread synchronization mechanism, typically used to prevent re-entrancy problems. It's more convenient to use than a mutex.
http://msdn2.microsoft.com/en-us/library/system.threading.interlocked(VS.80).aspx
Quick Links
All Categories
Recent Posts
Activity
Unanswered
Groups
Best Of