Java.Util.Concurrent.Semaphore.AvailablePermits Method
Returns the current number of permits available in this semaphore.

Syntax

[Android.Runtime.Register("availablePermits", "()I", "GetAvailablePermitsHandler")]
public virtual int AvailablePermits ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the current number of permits available in this semaphore.

This method is typically used for debugging and testing purposes.

[Android Documentation]

Requirements

Namespace: Java.Util.Concurrent
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1