UploadOperation.GetResultStreamAt(UInt64) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定位置的部分上傳回應。
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
參數
- position
-
UInt64
unsigned long long
uint64_t
要開始讀取的位置。
傳回
結果資料流程。
實作
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)