System::Threading::Thread::set_IsBackground 方法

Thread::set_IsBackground method

将线程设置为后台或前台。

void System::Threading::Thread::set_IsBackground(bool is_background)
ParameterType描述
is_backgroundbool如果为 true,则将线程设置为后台;否则为前台。

另见