Java.Lang.Thread.Id Property
Returns the thread's identifier.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Returns the thread's identifier. The ID is a positive long generated on thread creation, is unique to the thread, and doesn't change during the lifetime of the thread; the ID may be reused after the thread has been terminated.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1