System::Threading::Thread::Start metodo

Thread::Start() method

Avvia il thread usando un oggetto argomento nullo.

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

Vedi anche

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

Avvia il thread.

void System::Threading::Thread::Start(const System::SharedPtr<System::Object> &o)
ParametroTipoDescrizione
oconst System::SharedPtr<System::Object>&Object da passare alla funzione del thread come argomento.

Vedi anche