CloudFile.EndListRanges Method (IAsyncResult) (Microsoft.WindowsAzure.Storage.File)
From Microsoft Windows Azure Storage Blob
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.
Namespace:
Microsoft.WindowsAzure.Storage.File
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.
Return to top
Ends an asynchronous operation to return a collection of valid ranges and their starting and ending bytes.
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.