Compartilhar via


StreamedFileDataRequest.WriteAsync(IBuffer) Método

Definição

Grava dados de um buffer no fluxo atual.

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

O buffer que contém os dados a serem gravados.

Retornos

IAsyncOperationWithProgress<UInt32,UInt32>

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

IAsyncOperationWithProgress<uint32_t,uint32_t>

Quando esse método é concluído, ele retorna o número de bytes (tipo UInt32) que foram gravados no fluxo. Se o aplicativo especificar uma função para monitorar o progresso, essa função receberá o número de bytes (tipo UInt32) gravados até agora.

Implementações

Aplica-se a