ThreadPoolExecutor.ActiveCount Property

Definition

Returns the approximate number of threads that are actively executing tasks.

public virtual int ActiveCount { [Android.Runtime.Register("getActiveCount", "()I", "GetGetActiveCountHandler")] get; }
[<get: Android.Runtime.Register("getActiveCount", "()I", "GetGetActiveCountHandler")>]
member this.ActiveCount : int

Property Value

the number of threads

Attributes

Remarks

Returns the approximate number of threads that are actively executing tasks.

Java documentation for java.util.concurrent.ThreadPoolExecutor.getActiveCount().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to