طريقة System::Threading::Thread::Start
Thread::Start() method
يبدأ الخيط باستخدام كائن حجة فارغ.
void System::Threading::Thread::Start()
انظر أيضًا
- Class Thread
- Namespace System::Threading
- Library Aspose.Font for C++
Thread::Start(const System::SharedPtr<System::Object>&) method
يبدأ الخيط.
void System::Threading::Thread::Start(const System::SharedPtr<System::Object> &o)
| معامل | نوع | الوصف |
|---|---|---|
| o | const System::SharedPtr<System::Object>& | Object لتمريره إلى دالة الخيط كمعامل. |
انظر أيضًا
- Typedef SharedPtr
- Class Object
- Class Thread
- Namespace System::Threading
- Library Aspose.Font for C++