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;
ThreadPool Class | ThreadPool Members | System.Threading Namespace