Android.OS.Handler.Post Method
Causes the Runnable r to be added to the message queue.

Syntax

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

Parameters

r
The Runnable that will be executed.

Returns

Documentation for this section has not yet been entered.

Remarks

Causes the Runnable r to be added to the message queue. The runnable will be run on the thread to which this handler is attached.

[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