Compartir a través de


IHttpContent.BufferAllAsync Método

Definición

Serialice el contenido HTTP en memoria como una operación asincrónica.

public:
 IAsyncOperationWithProgress<unsigned long long, unsigned long long> ^ BufferAllAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<uint64_t, uint64_t> BufferAllAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<ulong,ulong> BufferAllAsync();
function bufferAllAsync()
Public Function BufferAllAsync () As IAsyncOperationWithProgress(Of ULong, ULong)

Devoluciones

IAsyncOperationWithProgress<UInt64,UInt64>

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

IAsyncOperationWithProgress<uint64_t,uint64_t>

Objeto que representa la operación asincrónica.

Atributos

Comentarios

Esta operación no se bloqueará. El objeto IAsyncOperationWithProgress(UInt64, UInt64) devuelto se completará después de que todo el contenido se haya escrito en la memoria.

Se aplica a