Compartir a través de


RandomAccessStreamOverStream.WriteAsync(IBuffer) Método

Definición

Escribe datos de forma asincrónica en una secuencia secuencial.

public:
 virtual IAsyncOperationWithProgress<unsigned int, unsigned int> ^ WriteAsync(IBuffer ^ buffer) = WriteAsync;
IAsyncOperationWithProgress<uint32_t, uint32_t> WriteAsync(IBuffer const& buffer);
public IAsyncOperationWithProgress<uint,uint> WriteAsync(IBuffer buffer);
function writeAsync(buffer)
Public Function WriteAsync (buffer As IBuffer) As IAsyncOperationWithProgress(Of UInteger, UInteger)

Parámetros

buffer
IBuffer

Búfer en el que escribe la operación de escritura asincrónica.

Devoluciones

IAsyncOperationWithProgress<UInt32,UInt32>

Windows.Foundation.IAsyncOperationWithProgress<unsigned int,unsigned int>

IAsyncOperationWithProgress<uint32_t,uint32_t>

Operación de escritura de bytes.

Implementaciones

Se aplica a