| ISemaphoreAvailablePermits Method |
Returns the current number of permits currently available in this semaphore.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax Function AvailablePermits As Integer
abstract AvailablePermits : unit -> int
Return Value
Type:
Int32the number of permits available in this semaphore
Remarks
Returns the current number of permits currently available in this semaphore.
- This method is typically used for debugging and testing purposes.
See Also