PrintWriter.PrintAsync Method

Definition

Overloads

PrintAsync(String)
PrintAsync(Single)
PrintAsync(Int64)
PrintAsync(Int32)
PrintAsync(Double)
PrintAsync(Char[])
PrintAsync(Char)
PrintAsync(Boolean)
PrintAsync(Object)

PrintAsync(String)

public System.Threading.Tasks.Task PrintAsync (string? s);
member this.PrintAsync : string -> System.Threading.Tasks.Task

Parameters

s
String

Returns

Task

Remarks

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.

Applies to

PrintAsync(Single)

public System.Threading.Tasks.Task PrintAsync (float f);
member this.PrintAsync : single -> System.Threading.Tasks.Task

Parameters

f
Single

Returns

Task

Remarks

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.

Applies to

PrintAsync(Int64)

public System.Threading.Tasks.Task PrintAsync (long l);
member this.PrintAsync : int64 -> System.Threading.Tasks.Task

Parameters

l
Int64

Returns

Task

Remarks

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.

Applies to

PrintAsync(Int32)

public System.Threading.Tasks.Task PrintAsync (int i);
member this.PrintAsync : int -> System.Threading.Tasks.Task

Parameters

i
Int32

Returns

Task

Remarks

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.

Applies to

PrintAsync(Double)

public System.Threading.Tasks.Task PrintAsync (double d);
member this.PrintAsync : double -> System.Threading.Tasks.Task

Parameters

d
Double

Returns

Task

Remarks

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.

Applies to

PrintAsync(Char[])

public System.Threading.Tasks.Task PrintAsync (char[]? s);
member this.PrintAsync : char[] -> System.Threading.Tasks.Task

Parameters

s
Char[]

Returns

Task

Remarks

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.

Applies to

PrintAsync(Char)

public System.Threading.Tasks.Task PrintAsync (char c);
member this.PrintAsync : char -> System.Threading.Tasks.Task

Parameters

c
Char

Returns

Task

Remarks

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.

Applies to

PrintAsync(Boolean)

public System.Threading.Tasks.Task PrintAsync (bool b);
member this.PrintAsync : bool -> System.Threading.Tasks.Task

Parameters

Returns

Task

Remarks

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.

Applies to

PrintAsync(Object)

public System.Threading.Tasks.Task PrintAsync (Java.Lang.Object? obj);
member this.PrintAsync : Java.Lang.Object -> System.Threading.Tasks.Task

Parameters

obj
Object

Returns

Task

Remarks

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.

Applies to