System::Threading::Semaphore::Release 方法
Semaphore::Release() method
释放信号量上的锁。
int System::Threading::Semaphore::Release()
ReturnValue
在调用 Release() 之前的锁计数。
另见
- Class Semaphore
- Namespace System::Threading
- Library Aspose.Font for C++
Semaphore::Release(int) method
释放信号量上的多个锁。
int System::Threading::Semaphore::Release(int releaseCount)
| 参数 | 类型 | 描述 |
|---|---|---|
| releaseCount | int | 要释放的锁数量。 |
ReturnValue
在调用 Release() 之前的锁计数。
另见
- Class Semaphore
- Namespace System::Threading
- Library Aspose.Font for C++