Android.OS.Handler.ObtainMessage Method
Returns a new Android.OS.Message from the global message pool.

Syntax

[Android.Runtime.Register("obtainMessage", "()Landroid/os/Message;", "")]
public Message ObtainMessage ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a new Android.OS.Message from the global message pool. More efficient than creating and allocating new instances. The retrieved message has its handler set to this instance (Message.target == this). If you don't want that facility, just call Message.obtain() instead.

[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