HttpStreamContent.BufferAllAsync Metodo

Definizione

Serializzare HttpStreamContent 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 HttpStreamContent può essere usata per trasmettere contenuto di lunghezza arbitraria. Il metodo BufferAllAsync avrà esito negativo se tutte le proprietà HttpStreamContent non possono essere contenute in memoria.

Si applica a