Android.OS.Binder.FlushPendingCommands Method
Flush any Binder commands pending in the current thread to the kernel driver.

Syntax

[Android.Runtime.Register("flushPendingCommands", "()V", "")]
public static void FlushPendingCommands ()

Remarks

Flush any Binder commands pending in the current thread to the kernel driver. This can be useful to call before performing an operation that may block for a long time, to ensure that any pending object references have been released in order to prevent the process from holding on to objects longer than it needs to.

[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