This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
WaitHandle Concepts
The WaitHandle class is used to represent all synchronization objects in the runtime that allow multiple wait. Encapsulates Win32 synchronization handles.
Examples of subclasses of WaitHandle are:
- Thread handle
- Mutex handle
- Event handle
- Process handle
- IO handle