System::Threading::Thread::Start metodo
Thread::Start() method
Avvia il thread usando un oggetto argomento nullo.
void System::Threading::Thread::Start()
Vedi anche
- Class Thread
- Namespace System::Threading
- Library Aspose.Font for C++
Thread::Start(const System::SharedPtr<System::Object>&) method
Avvia il thread.
void System::Threading::Thread::Start(const System::SharedPtr<System::Object> &o)
| Parametro | Tipo | Descrizione |
|---|---|---|
| o | const System::SharedPtr<System::Object>& | Object da passare alla funzione del thread come argomento. |
Vedi anche
- Typedef SharedPtr
- Class Object
- Class Thread
- Namespace System::Threading
- Library Aspose.Font for C++