Thread.Id Property

Definition

Returns the identifier of this Thread.

public virtual long Id { [Android.Runtime.Register("getId", "()J", "GetGetIdHandler")] get; }
[<get: Android.Runtime.Register("getId", "()J", "GetGetIdHandler")>]
member this.Id : int64

Property Value

Int64

this thread's ID.

Attributes

Remarks

Java documentation for java.lang.Thread.getId().

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