Compartir a través de


HttpMultipartFormDataContent.BufferAllAsync Método

Definición

Serialice HttpMultipartFormDataContent 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 HttpMultipartFormDataContent se puede usar para transmitir contenido que podría ser de longitud arbitraria. Se producirá un error en el método BufferAllAsync si todos los elementos HttpMultipartFormDataContent no caben en la memoria.

Se aplica a