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

Thread::set_IsBackground method

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

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

另见