Click or drag to resize

BackgroundCopyFileRetrieveRanges Method

Retrieves the ranges that you want to download from the remote file.

Namespace:  usis.Net.Bits
Assembly:  usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public IEnumerable<BackgroundCopyFileRange> RetrieveRanges()

Return Value

Type: IEnumerableBackgroundCopyFileRange
An enumerator to iterate the BackgroundCopyFileRange objects that specify the ranges to download.
See Also