set_IsBackground()
Thread::set_IsBackground(bool) method
Sets thread to background or foreground.
void System::Threading::Thread::set_IsBackground(bool is_background)
Arguments
Parameter | Type | Description |
---|---|---|
is_background | bool | If true, set thread to background, otherwise to foreground. |
See Also
- Class Thread
- Namespace System::Threading
- Library Aspose.Slides