Metodo System::Threading::Semaphore::Release
Semaphore::Release() method
Rilascia il lock sul semaforo.
int System::Threading::Semaphore::Release()
ReturnValue
Il conteggio dei blocchi subito prima che Release() fosse chiamato.
Vedi anche
- Class Semaphore
- Namespace System::Threading
- Library Aspose.Font for C++
Semaphore::Release(int) method
Rilascia più lock sul semaforo.
int System::Threading::Semaphore::Release(int releaseCount)
| Parametro | Tipo | Descrizione |
|---|---|---|
| releaseCount | int | Numero di blocchi da rilasciare. |
ReturnValue
Il conteggio dei blocchi subito prima che Release() fosse chiamato.
Vedi anche
- Class Semaphore
- Namespace System::Threading
- Library Aspose.Font for C++