HttpStreamContent.BufferAllAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
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.