![](../icons/Help.png) | 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)
Syntaxpublic IEnumerable<BackgroundCopyFileRange> RetrieveRanges()
Public Function RetrieveRanges As IEnumerable(Of BackgroundCopyFileRange)
public:
IEnumerable<BackgroundCopyFileRange^>^ RetrieveRanges()
member RetrieveRanges : unit -> IEnumerable<BackgroundCopyFileRange>
Return Value
Type:
IEnumerableBackgroundCopyFileRangeAn enumerator to iterate the
BackgroundCopyFileRange objects that specify the
ranges to download.
See Also