Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
please help me out with an example in C#.NET how to use System.Threading.Monitor in thread synchronization....
Posted
Updated 2-Jun-11 22:24pm
v2

1 solution

Hi,
you can read the MSDN article regardless Monitors[^].
For simplicity I would use lock statement in C# language, that defines the same functionality as Monitor, but with a simpler syntax. You may consult this[^] for details.
Regards
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900