Android.OS.IBinder.DumpAsync Method
Like BinderConsts.dump(java.io.FileDescriptor, java.lang.String[]) but always executes asynchronously.

Syntax

[Android.Runtime.Register("dumpAsync", "(Ljava/io/FileDescriptor;[Ljava/lang/String;)V", "GetDumpAsync_Ljava_io_FileDescriptor_arrayLjava_lang_String_Handler:Android.OS.IBinderInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public 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.

Exceptions

TypeReason
Android.OS.RemoteException

Remarks

Like BinderConsts.dump(java.io.FileDescriptor, java.lang.String[]) but always executes asynchronously. If the object is local, a new thread is created to perform the dump.

[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