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!

ThreadPool.BindHandle

Binds an OS handle to the ThreadPool.

[Visual Basic]
Public Shared Function BindHandle( _
   ByVal osHandle As Integer _
) As Boolean
[C#]
public static bool BindHandle(
   int osHandle
);
[C++]
public: static bool BindHandle(
   int osHandle
);
[JScript]
public static function BindHandle(
   osHandle : int
) : Boolean;

Parameters

osHandle
[To be supplied.]

See Also

ThreadPool Class | ThreadPool Members | System.Threading Namespace