System::Threading::Thread::set_IsBackground méthode

Thread::set_IsBackground method

Définit le thread en arrière-plan ou au premier plan.

void System::Threading::Thread::set_IsBackground(bool is_background)
ParamètreTypeDescription
is_backgroundboolSi vrai, définit le thread en arrière-plan, sinon au premier plan.

Voir aussi