C#
C++
F#
VB
CloudFile.::..EndListRanges Method (IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)
Ends an asynchronous operation to return a collection of valid ranges and their starting and ending bytes.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
abstract EndListRanges : asyncResult:IAsyncResult -> IEnumerable<FileRange> override EndListRanges : asyncResult:IAsyncResult -> IEnumerable<FileRange>
Public Overridable Function EndListRanges ( asyncResult As IAsyncResult ) As IEnumerable(Of FileRange)
Parameters
- asyncResult
-
Type:
System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult
An IAsyncResult that references the pending asynchronous operation.
Return Value
Type: System.Collections.Generic.IEnumerable<FileRange>System.Collections.Generic::IEnumerable<FileRange^>^System.Collections.Generic.IEnumerable<FileRange>System.Collections.Generic.IEnumerable(Of FileRange)An enumerable collection of ranges.