Returns the current number of permits currently available in this semaphore.
Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax
Return Value
Type: Int32the number of permits available in this semaphore
Remarks
- This method is typically used for debugging and testing purposes.
See Also