Android.OS.Binder.DumpAsync Method
Like Binder.Dump(Java.IO.FileDescriptor, System.String[]), but ensures the target executes asynchronously.

Syntax

[Android.Runtime.Register("dumpAsync", "(Ljava/io/FileDescriptor;[Ljava/lang/String;)V", "GetDumpAsync_Ljava_io_FileDescriptor_arrayLjava_lang_String_Handler")]
public virtual void DumpAsync (Java.IO.FileDescriptor fd, string[] args)

Parameters

fd
The raw file descriptor that the dump is being sent to.
args
additional arguments to the dump request.

Remarks

Like Binder.Dump(Java.IO.FileDescriptor, System.String[]), but ensures the target executes asynchronously.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 13