Compartir a través de


StreamedFileDataRequest.WriteAsync(IBuffer) Método

Definición

Escribe datos de un búfer en la secuencia actual.

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 que contiene los datos que se van a escribir.

Devoluciones

IAsyncOperationWithProgress<UInt32,UInt32>

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

IAsyncOperationWithProgress<uint32_t,uint32_t>

Cuando se completa este método, devuelve el número de bytes (tipo UInt32) que se escribieron en la secuencia. Si la aplicación especifica una función para supervisar el progreso, esa función recibe el número de bytes (tipo UInt32) escritos hasta ahora.

Implementaciones

Se aplica a