Related resources for Monitor Class
  • Wait and Pulse Method in C# Threading 12/23/2011 11:37:26 AM. The purpose of Wait and Pulse is to provide a simple signaling mechanism: Wait blocks until it receives notification from another thread; Pulse provides that notification.
  • Multithreading Part 3: Thread Synchronization1/28/2006 4:43:07 AM. The .NET framework provides a number of classes and data types that you can use to control the access to shared resources. Thread synchronization refers to the act of shielding against multithreading issues such as data- races, deadlocks and starvation.