Méthode System::Threading::Thread::set_IsBackground
Thread::set_IsBackground method
Définit le thread comme arrière-plan ou premier plan.
void System::Threading::Thread::set_IsBackground(bool is_background)
| Paramètre | Type | Description |
|---|---|---|
| is_background | bool | Si vrai, définit le thread en arrière-plan, sinon au premier plan. |
Voir aussi
- Class Thread
- Namespace System::Threading
- Library Aspose.Font for C++