System::Threading::Thread::Start méthode

Thread::Start() method

Démarre le thread en utilisant un objet d’argument nul.

void System::Threading::Thread::Start()

Voir aussi

Thread::Start(const System::SharedPtr<System::Object>&) method

Démarre le thread.

void System::Threading::Thread::Start(const System::SharedPtr<System::Object> &o)
ParamètreTypeDescription
oconst System::SharedPtr<System::Object>&Object à passer à la fonction du thread comme argument.

Voir aussi