Compartilhar via


DownloadOperation.GetResultStreamAt(UInt64) Método

Definição

Obtém a resposta parcialmente baixada na posição especificada.

public:
 virtual IInputStream ^ GetResultStreamAt(unsigned long long position) = GetResultStreamAt;
IInputStream GetResultStreamAt(uint64_t const& position);
public IInputStream GetResultStreamAt(ulong position);
function getResultStreamAt(position)
Public Function GetResultStreamAt (position As ULong) As IInputStream

Parâmetros

position
UInt64

unsigned long long

uint64_t

A posição na qual começar a ler.

Retornos

O fluxo de resultados.

Implementações

M:Windows.Networking.BackgroundTransfer.IBackgroundTransferOperation.GetResultStreamAt(System.UInt64) M:Windows.Networking.BackgroundTransfer.IBackgroundTransferOperation.GetResultStreamAt(unsigned long long) M:Windows.Networking.BackgroundTransfer.IBackgroundTransferOperation.GetResultStreamAt(uint64_t)

Aplica-se a