Writer.WriteAsync Method

Definition

Overloads

WriteAsync(Char[])
WriteAsync(Int32)
WriteAsync(String)
WriteAsync(Char[], Int32, Int32)
WriteAsync(String, Int32, Int32)

WriteAsync(Char[])

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

Parameters

cbuf
Char[]

Returns

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

WriteAsync(Int32)

public System.Threading.Tasks.Task WriteAsync (int c);
member this.WriteAsync : int -> System.Threading.Tasks.Task

Parameters

c
Int32

Returns

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

WriteAsync(String)

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

Parameters

str
String

Returns

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

WriteAsync(Char[], Int32, Int32)

public System.Threading.Tasks.Task WriteAsync (char[]? cbuf, int off, int len);
member this.WriteAsync : char[] * int * int -> System.Threading.Tasks.Task

Parameters

cbuf
Char[]
off
Int32
len
Int32

Returns

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

WriteAsync(String, Int32, Int32)

public System.Threading.Tasks.Task WriteAsync (string? str, int off, int len);
member this.WriteAsync : string * int * int -> System.Threading.Tasks.Task

Parameters

str
String
off
Int32
len
Int32

Returns

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