Android.OS.Message.Recycle Method
Return a Message instance to the global pool.

Syntax

[Android.Runtime.Register("recycle", "()V", "")]
public void Recycle ()

Remarks

Return a Message instance to the global pool.

You MUST NOT touch the Message after calling this function because it has effectively been freed. It is an error to recycle a message that is currently enqueued or that is in the process of being delivered to a Handler.

[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