طريقة System::Threading::Thread::Start

Thread::Start() method

يبدأ الخيط باستخدام كائن حجة فارغ.

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

انظر أيضًا

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

يبدأ الخيط.

void System::Threading::Thread::Start(const System::SharedPtr<System::Object> &o)
معاملنوعالوصف
oconst System::SharedPtr<System::Object>&Object لتمريره إلى دالة الخيط كمعامل.

انظر أيضًا