Returns the current number of permits currently available in this semaphore.
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.1.0
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