IBackgroundTransferOperation.GetResultStreamAt(UInt64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the partial response at the specified position.
public:
IInputStream ^ GetResultStreamAt(unsigned long long position);
IInputStream GetResultStreamAt(uint64_t const& position);
public IInputStream GetResultStreamAt(ulong position);
function getResultStreamAt(position)
Public Function GetResultStreamAt (position As ULong) As IInputStream
Parameters
- position
-
UInt64
unsigned long long
uint64_t
The position at which to start reading.
Returns
The result stream.