Condividi tramite


HttpStringContent.BufferAllAsync Metodo

Definizione

Serializzare HttpStringContent 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.

Si applica a