System::Threading::Thread::get_IsBackground method

Thread::get_IsBackground method

Checks whether thread is background.

bool System::Threading::Thread::get_IsBackground()

ReturnValue

True is thread is background, false otherwise.

See Also