Android.OS.Handler.PostAtFrontOfQueue Method
Posts a message to an object that implements Runnable.

Syntax

[Android.Runtime.Register("postAtFrontOfQueue", "(Ljava/lang/Runnable;)Z", "")]
public bool PostAtFrontOfQueue (Java.Lang.IRunnable r)

Parameters

r
The Runnable that will be executed.

Returns

Documentation for this section has not yet been entered.

Remarks

Posts a message to an object that implements Runnable. Causes the Runnable r to executed on the next iteration through the message queue. The runnable will be run on the thread to which this handler is attached. This method is only for use in very special circumstances -- it can easily starve the message queue, cause ordering problems, or have other unexpected side-effects.

[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