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 Constructor

Initializes a new instance of the WaitHandle class.

This constructor is called only by the NGWS runtime.

[Visual Basic]
Public Sub New()
[C#]
public WaitHandle();
[C++]
public: WaitHandle();
[JScript]
public function WaitHandle();

See Also

WaitHandle Class | WaitHandle Members | System.Threading Namespace