Writer.WriteAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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
Parâmetros
- cbuf
- Char[]
Retornos
Comentários
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.
Aplica-se a
WriteAsync(Int32)
public System.Threading.Tasks.Task WriteAsync (int c);
member this.WriteAsync : int -> System.Threading.Tasks.Task
Parâmetros
- c
- Int32
Retornos
Comentários
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.
Aplica-se a
WriteAsync(String)
public System.Threading.Tasks.Task WriteAsync (string? str);
member this.WriteAsync : string -> System.Threading.Tasks.Task
Parâmetros
- str
- String
Retornos
Comentários
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.
Aplica-se a
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
Parâmetros
- cbuf
- Char[]
- off
- Int32
- len
- Int32
Retornos
Comentários
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.
Aplica-se a
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
Parâmetros
- str
- String
- off
- Int32
- len
- Int32
Retornos
Comentários
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.