get_IsBackground()

Thread::get_IsBackground() method

Checks whether thread is background.

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

Return Value

True is thread is background, false otherwise.

See Also