Android.OS.Process.GetThreadPriority Method
Return the current priority of a thread, based on Linux priorities.

Syntax

[Android.Runtime.Register("getThreadPriority", "(I)I", "")]
[return:Android.Runtime.GeneratedEnum]
public static ThreadPriority GetThreadPriority (int tid)

Parameters

tid
The identifier of the thread/process to change.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionThrows IllegalArgumentException if tid does not exist.

Remarks

Return the current priority of a thread, based on Linux priorities.

[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