System::Threading::Thread::set_IsBackground methode
Thread::set_IsBackground method
Stelt de thread in op achtergrond of voorgrond.
void System::Threading::Thread::set_IsBackground(bool is_background)
| Parameter | Type | Beschrijving |
|---|---|---|
| is_background | bool | Als true, stel de thread in op achtergrond, anders op voorgrond. |
Zie ook
- Class Thread
- Namespace System::Threading
- Library Aspose.Page for C++