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.GetHandle

Returns the native operating system handle.

[Visual Basic]
Overridable Public Function GetHandle() As Integer
[C#]
public virtual int GetHandle();
[C++]
public: virtual int GetHandle();
[JScript]
public function GetHandle() : int;

Return Value

The native OS handle.

See Also

WaitHandle Class | WaitHandle Members | System.Threading Namespace