ForkJoinTask.ForkJoinTaskTag Property

Definition

Returns the tag for this task.

public short ForkJoinTaskTag { [Android.Runtime.Register("getForkJoinTaskTag", "()S", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getForkJoinTaskTag", "()S", "", ApiSince=24)>]
member this.ForkJoinTaskTag : int16

Property Value

the tag for this task

Attributes

Remarks

Returns the tag for this task.

Added in 1.8.

Java documentation for java.util.concurrent.ForkJoinTask.getForkJoinTaskTag().

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