System::Threading::Thread::set_IsBackground 方法
Thread::set_IsBackground method
将线程设置为后台或前台。
void System::Threading::Thread::set_IsBackground(bool is_background)
| 参数 | 类型 | 描述 |
|---|---|---|
| is_background | bool | 如果为 true,则将线程设为后台;否则设为前台。 |
另见
- Class Thread
- Namespace System::Threading
- Library Aspose.Font for C++