Binder.DumpAsync(FileDescriptor, String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Like #dump(FileDescriptor, String[])
, but ensures the target
executes asynchronously.
[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);
[<Android.Runtime.Register("dumpAsync", "(Ljava/io/FileDescriptor;[Ljava/lang/String;)V", "GetDumpAsync_Ljava_io_FileDescriptor_arrayLjava_lang_String_Handler")>]
abstract member DumpAsync : Java.IO.FileDescriptor * string[] -> unit
override this.DumpAsync : Java.IO.FileDescriptor * string[] -> unit
Parameters
The raw file descriptor that the dump is being sent to.
- args
- String[]
additional arguments to the dump request.
Implements
- Attributes
Remarks
Like #dump(FileDescriptor, String[])
, but ensures the target executes asynchronously.
Java documentation for android.os.Binder.dumpAsync(java.io.FileDescriptor, java.lang.String[])
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.