طريقة System::Threading::Thread::Sleep
Thread::Sleep(int) method
يوقف الخيط الحالي للمهلة المحددة.
static void System::Threading::Thread::Sleep(int millisecondsTimeout)
| Parameter | Type | الوصف |
|---|---|---|
| millisecondsTimeout | int | Timeout للنوم بالملليثانية. |
انظر أيضًا
- Class Thread
- Namespace System::Threading
- Library Aspose.Page for C++
Thread::Sleep(TimeSpan) method
يوقف الخيط الحالي للمهلة المحددة.
static void System::Threading::Thread::Sleep(TimeSpan timeout)
| Parameter | Type | الوصف |
|---|---|---|
| timeout | TimeSpan | Timeout للنوم. |
انظر أيضًا
- Class TimeSpan
- Class Thread
- Namespace System::Threading
- Library Aspose.Page for C++