Partager via


IHttpContent.ReadAsBufferAsync Méthode

Définition

Sérialisez le contenu HTTP dans une mémoire tampon en tant qu’opération asynchrone.

public:
 IAsyncOperationWithProgress<IBuffer ^, unsigned long long> ^ ReadAsBufferAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<IBuffer, uint64_t> ReadAsBufferAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<IBuffer,ulong> ReadAsBufferAsync();
function readAsBufferAsync()
Public Function ReadAsBufferAsync () As IAsyncOperationWithProgress(Of IBuffer, ULong)

Retours

IAsyncOperationWithProgress<IBuffer,UInt64>

Windows.Foundation.IAsyncOperationWithProgress<Windows.Storage.Streams.IBuffer,unsigned long long>

IAsyncOperationWithProgress<IBuffer,uint64_t>

Objet représentant l’opération asynchrone.

Attributs

Remarques

Cette opération ne se bloque pas. L’IAsyncOperationWithProgress retourné (de IBuffer et long non signé) se termine une fois que tout le contenu a été écrit dans la mémoire tampon.

S’applique à

Voir aussi