Java.Lang.Thread.Yield Method
Causes the calling Thread to yield execution time to another Thread that is ready to run.

Syntax

[Android.Runtime.Register("yield", "()V", "")]
public static void Yield ()

Remarks

Causes the calling Thread to yield execution time to another Thread that is ready to run. The actual scheduling is implementation-dependent.

[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