Costruttore Thread di System::Threading::Thread

Thread::Thread() constructor

Costruttore.

System::Threading::Thread::Thread()

Vedi anche

Thread::Thread(ParameterizedThreadStart) constructor

Costruttore.

System::Threading::Thread::Thread(ParameterizedThreadStart thread_function)
ParametroTipoDescrizione
thread_functionParameterizedThreadStartFunzione da eseguire dal thread.

Vedi anche

Thread::Thread(Thread&) constructor

Costruttore di copia.

System::Threading::Thread::Thread(Thread &t)
ParametroTipoDescrizione
tThread&Thread da cui copiare i dati.

Vedi anche

Thread::Thread(ThreadStart) constructor

Costruttore.

System::Threading::Thread::Thread(ThreadStart thread_function)
ParametroTipoDescrizione
thread_functionThreadStartFunzione da eseguire dal thread.

Vedi anche