Método System::Threading::Thread::Start

Thread::Start() method

Inicia el hilo usando un objeto de argumento nulo.

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

Ver también

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

Inicia el hilo.

void System::Threading::Thread::Start(const System::SharedPtr<System::Object> &o)
ParámetroTipoDescripción
oconst System::SharedPtr<System::Object>&Object para pasar a la función del hilo como argumento.

Ver también