ThreadPoolExecutor.LargestPoolSize Property

Definition

Returns the largest number of threads that have ever simultaneously been in the pool.

public virtual int LargestPoolSize { [Android.Runtime.Register("getLargestPoolSize", "()I", "GetGetLargestPoolSizeHandler")] get; }
[<get: Android.Runtime.Register("getLargestPoolSize", "()I", "GetGetLargestPoolSizeHandler")>]
member this.LargestPoolSize : int

Property Value

the number of threads

Attributes

Remarks

Returns the largest number of threads that have ever simultaneously been in the pool.

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

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