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.Page for C++