ForkJoinWorkerThread.PoolIndex Property

Definition

Returns the unique index number of this thread in its pool.

public virtual int PoolIndex { [Android.Runtime.Register("getPoolIndex", "()I", "GetGetPoolIndexHandler")] get; }
[<get: Android.Runtime.Register("getPoolIndex", "()I", "GetGetPoolIndexHandler")>]
member this.PoolIndex : int

Property Value

Int32

the index number

Attributes

Remarks

Java documentation for java.util.concurrent.ForkJoinWorkerThread.getPoolIndex().

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