Compartir a través de


HttpBufferContent.ReadAsBufferAsync Método

Definición

Serialice HttpBufferContent en un búfer como una operación asincrónica.

public:
 virtual IAsyncOperationWithProgress<IBuffer ^, unsigned long long> ^ ReadAsBufferAsync() = 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)

Devoluciones

IAsyncOperationWithProgress<IBuffer,UInt64>

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

IAsyncOperationWithProgress<IBuffer,uint64_t>

Objeto que representa la operación asincrónica.

Implementaciones

Atributos

Comentarios

Esta operación no se bloqueará. La IAsyncOperationWithProgress devuelta (de IBuffer y unsigned int de 64 bits) se completa después de que todo el contenido se haya escrito en el búfer.

Se aplica a

Consulte también