set_IsBackground()

Thread::set_IsBackground(bool) method

Sets thread to background or foreground.

void System::Threading::Thread::set_IsBackground(bool is_background)

Arguments

ParameterTypeDescription
is_backgroundboolIf true, set thread to background, otherwise to foreground.

See Also