Related resources for Synchronization Events and Wait Handles in C#
  • Synchronization Events and Wait Handles in C#12/22/2011 9:13:44 AM. WaitHandle provides a class definition for three other classes, Mutex, ManualResetEvent and AutoResetEvent, and provides means for your own objects to inherit synchronization functionality.