IGatheringByteChannelExtensions.WriteAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | 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[]
Devoluciones
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica 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
Devoluciones
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.