HttpMultipartFormDataContent.BufferAllAsync Método

Definição

Serialize o HttpMultipartFormDataContent na memória como uma operação assíncrona.

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)

Retornos

IAsyncOperationWithProgress<UInt64,UInt64>

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

IAsyncOperationWithProgress<uint64_t,uint64_t>

O objeto que representa a operação assíncrona.

Implementações

Atributos

Comentários

Esta operação não será bloqueada. O objeto IAsyncOperationWithProgress(UInt64, UInt64) retornado será concluído depois que todo o conteúdo tiver sido gravado na memória.

A classe HttpMultipartFormDataContent pode ser usada para transmitir conteúdo que pode ter comprimento arbitrário. O método BufferAllAsync falhará se todos os HttpMultipartFormDataContent não puderem caber na memória.

Aplica-se a