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ètreTypeDescription
is_backgroundboolSi vrai, définit le thread en arrière-plan, sinon au premier plan.

Voir aussi