NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

WaitHandle Class

Represents all synchronization objects (that allow multiple wait) in the runtime.

Object
   WaitHandle

[Visual Basic]
Public Class WaitHandle
[C#]
public class WaitHandle
[C++]
public __gc class WaitHandle
[JScript]
public class WaitHandle

Remarks

This class encapsulates Win32 synchronization handles. Examples of WaitHandle subclasses are the following:

Requirements

Namespace: System.Threading

Assembly: mscorlib.dll

See Also

WaitHandle Members | System.Threading Namespace