System::Threading::Thread::Start method
Thread::Start() method
Starts thread using null argument object.
void System::Threading::Thread::Start()
See Also
- Class Thread
- Namespace System::Threading
- Library Aspose.PUB for C++
Thread::Start(const System::SharedPtr<System::Object>&) method
Starts thread.
void System::Threading::Thread::Start(const System::SharedPtr<System::Object> &o)
Parameter | Type | Description |
---|---|---|
o | const System::SharedPtr<System::Object>& | Object to pass to thread function as argument. |
See Also
- Typedef SharedPtr
- Class Object
- Class Thread
- Namespace System::Threading
- Library Aspose.PUB for C++