System::Threading::Thread::set_IsBackground method

Thread::set_IsBackground method

Sets thread to background or foreground.

void System::Threading::Thread::set_IsBackground(bool is_background)
ParameterTypeDescription
is_backgroundboolIf true, set thread to background, otherwise to foreground.

See Also