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)
ParameterTypeBeschrijving
is_backgroundboolAls true, stel de thread in op achtergrond, anders op voorgrond.

Zie ook