Click or drag to resize

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
int AvailablePermits()

Return Value

Type: Int32
the 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