Binds an operating system handle to the System.Threading.ThreadPool.
- osHandle
- A System.Runtime.InteropServices.SafeHandle that holds the operating system handle. The handle must have been opened for overlapped I/O on the unmanaged side.
true if the handle is bound; otherwise, false.
The osHandle parameter should be a Microsoft.Win32.SafeHandles.SafeFileHandle, which derives from the abstract System.Runtime.InteropServices.SafeHandle class.