get_IsThreadPoolThread()

Thread::get_IsThreadPoolThread() method

Checks if thread is owned by a thread pool.

bool System::Threading::Thread::get_IsThreadPoolThread()

Return Value

True if thread is part of ThreadPool, false otherwise.

See Also