HttpMultipartContent.BufferAllAsync Método

Definición

Serialice HttpMultipartContent en memoria como una operación asincrónica.

public:
 virtual IAsyncOperationWithProgress<unsigned long long, unsigned long long> ^ BufferAllAsync() = 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.

Implementaciones

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.

La clase HttpMultipartContent se puede usar para transmitir contenido que puede tener una longitud arbitraria. Se producirá un error en el método BufferAllAsync si todo HttpMultipartContent no puede caber en la memoria.

Se aplica a