Metodo System::Threading::Thread::Sleep
Thread::Sleep(int) method
Interrompe il thread corrente per il timeout specificato.
static void System::Threading::Thread::Sleep(int millisecondsTimeout)
| Parametro | Tipo | Descrizione |
|---|---|---|
| millisecondsTimeout | int | Timeout per dormire in millisecondi. |
Vedi anche
- Class Thread
- Namespace System::Threading
- Library Aspose.Page for C++
Thread::Sleep(TimeSpan) method
Interrompe il thread corrente per il timeout specificato.
static void System::Threading::Thread::Sleep(TimeSpan timeout)
| Parametro | Tipo | Descrizione |
|---|---|---|
| timeout | TimeSpan | Timeout per dormire. |
Vedi anche
- Class TimeSpan
- Class Thread
- Namespace System::Threading
- Library Aspose.Page for C++