IGatheringByteChannelExtensions.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
| Nome | Description |
|---|---|
| WriteAsync(IGatheringByteChannel, ByteBuffer[]) | |
| WriteAsync(IGatheringByteChannel, ByteBuffer[], Int32, Int32) |
WriteAsync(IGatheringByteChannel, ByteBuffer[])
public static System.Threading.Tasks.Task<long> WriteAsync(this Java.Nio.Channels.IGatheringByteChannel self, Java.Nio.ByteBuffer[]? srcs);
static member WriteAsync : Java.Nio.Channels.IGatheringByteChannel * Java.Nio.ByteBuffer[] -> System.Threading.Tasks.Task<int64>
Parâmetros
- srcs
- ByteBuffer[]
Retornos
Comentários
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.
Aplica-se a
WriteAsync(IGatheringByteChannel, ByteBuffer[], Int32, Int32)
public static System.Threading.Tasks.Task<long> WriteAsync(this Java.Nio.Channels.IGatheringByteChannel self, Java.Nio.ByteBuffer[]? srcs, int offset, int length);
static member WriteAsync : Java.Nio.Channels.IGatheringByteChannel * Java.Nio.ByteBuffer[] * int * int -> System.Threading.Tasks.Task<int64>
Parâmetros
- srcs
- ByteBuffer[]
- offset
- Int32
- length
- Int32
Retornos
Comentários
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.