ForkJoinWorkerThread Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ForkJoinWorkerThread(ForkJoinPool) |
Creates a ForkJoinWorkerThread operating in the given pool. |
ForkJoinWorkerThread(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
ForkJoinWorkerThread(ForkJoinPool)
Creates a ForkJoinWorkerThread operating in the given pool.
[Android.Runtime.Register(".ctor", "(Ljava/util/concurrent/ForkJoinPool;)V", "")]
protected ForkJoinWorkerThread (Java.Util.Concurrent.ForkJoinPool? pool);
[<Android.Runtime.Register(".ctor", "(Ljava/util/concurrent/ForkJoinPool;)V", "")>]
new Java.Util.Concurrent.ForkJoinWorkerThread : Java.Util.Concurrent.ForkJoinPool -> Java.Util.Concurrent.ForkJoinWorkerThread
Parameters
- pool
- ForkJoinPool
the pool this thread works in
- Attributes
Exceptions
if pool is null
Remarks
Creates a ForkJoinWorkerThread operating in the given pool.
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
ForkJoinWorkerThread(IntPtr, JniHandleOwnership)
A constructor used when creating managed representations of JNI objects; called by the runtime.
protected ForkJoinWorkerThread (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Util.Concurrent.ForkJoinWorkerThread : nativeint * Android.Runtime.JniHandleOwnership -> Java.Util.Concurrent.ForkJoinWorkerThread
Parameters
- transfer
- JniHandleOwnership
A JniHandleOwnershipindicating how to handle javaReference
Remarks
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.