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

Set the native operating handle.

[Visual Basic]
Overridable Public Sub SetHandle( _
   ByVal handle As Integer _
)
[C#]
public virtual void SetHandle(
   int handle
);
[C++]
public: virtual void SetHandle(
   int handle
);
[JScript]
public function SetHandle(
   handle : int
);

Parameters

handle
The native operating handle.

See Also

WaitHandle Class | WaitHandle Members | System.Threading Namespace