Click here to Skip to main content
15,867,453 members
Articles / Programming Languages / C#

Thread Synchronization Lock ManualResetEvent AutoResetEvent CountdownEvent and More

Rate me:
Please Sign up or sign in to vote.
4.79/5 (9 votes)
30 Jul 2016CPOL9 min read 30.9K   171   6  
Thread synchronization mechanisms and few other classes in the "System.Threading" namespace
This is a quick note on the thread synchronization mechanisms using lock statements, ManualResetEvent, AutoResetEvent, CountdownEvent, and a few other classes in the "System.Threading" namespace.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
I have been working in the IT industry for some time. It is still exciting and I am still learning. I am a happy and honest person, and I want to be your friend.

Comments and Discussions