Share via


HttpFormUrlEncodedContent.ReadAsBufferAsync Método

Definição

Serialize o HttpFormUrlEncodedContent para um buffer como uma operação assíncrona.

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)

Retornos

IAsyncOperationWithProgress<IBuffer,UInt64>

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

IAsyncOperationWithProgress<IBuffer,uint64_t>

O objeto que representa a operação assíncrona.

Implementações

Atributos

Comentários

Esta operação não será bloqueada. O IAsyncOperationWithProgress retornado (de IBuffer e inteiro de 64 bits sem sinal) é concluído depois que todo o conteúdo é gravado no buffer.

Aplica-se a