Android.OS.Process.MyTid Method
Returns the identifier of the calling thread, which be used with Process.SetThreadPriority(int, Android.OS.ThreadPriority).

Syntax

[Android.Runtime.Register("myTid", "()I", "")]
public static int MyTid ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the identifier of the calling thread, which be used with Process.SetThreadPriority(int, Android.OS.ThreadPriority).

[Android Documentation]

Requirements

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