Java.Util.Concurrent.ForkJoinWorkerThread Members

The members of Java.Util.Concurrent.ForkJoinWorkerThread are listed below.

See Also: Inherited members from Java.Lang.Thread

Protected Constructors

Creates a ForkJoinWorkerThread operating in the given pool.
A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
PoolForkJoinPool. Returns the pool hosting this thread.
[read-only]
PoolIndexint. Returns the unique index number of this thread in its pool.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Protected Methods

OnStart()
Initializes internal state after construction but before processing any tasks.
OnTermination(Java.Lang.Throwable)
Performs cleanup associated with termination of this worker thread.