System::Threading::Thread::Sleep méthode
Thread::Sleep(int) method
Arrête le thread actuel pendant le délai spécifié.
static void System::Threading::Thread::Sleep(int millisecondsTimeout)
| Paramètre | Type | Description |
|---|---|---|
| millisecondsTimeout | int | Timeout pour dormir en millisecondes. |
Voir aussi
- Class Thread
- Namespace System::Threading
- Library Aspose.Font for C++
Thread::Sleep(TimeSpan) method
Arrête le thread actuel pendant le délai spécifié.
static void System::Threading::Thread::Sleep(TimeSpan timeout)
| Paramètre | Type | Description |
|---|---|---|
| timeout | TimeSpan | Timeout pour dormir. |
Voir aussi
- Class TimeSpan
- Class Thread
- Namespace System::Threading
- Library Aspose.Font for C++