Condividi tramite


HttpMultipartFormDataContent.BufferAllAsync Metodo

Definizione

Serializzare httpMultipartFormDataContent in memoria come operazione asincrona.

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)

Restituisce

IAsyncOperationWithProgress<UInt64,UInt64>

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

IAsyncOperationWithProgress<uint64_t,uint64_t>

Oggetto che rappresenta l'operazione asincrona.

Implementazioni

Attributi

Commenti

Questa operazione non verrà bloccata. L'oggetto IAsyncOperationWithProgress(UInt64, UInt64) restituito verrà completato dopo che tutto il contenuto è stato scritto in memoria.

La classe HttpMultipartFormDataContent può essere usata per trasmettere contenuto che potrebbe essere di lunghezza arbitraria. Il metodo BufferAllAsync avrà esito negativo se tutti gli elementi HttpMultipartFormDataContent non possono essere inseriti in memoria.

Si applica a