Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Returns a task that performs 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

 
[DoesServiceRequestAttribute]
public virtual Task<IEnumerable<FileRange>> ListRangesAsync()
 
public:
[DoesServiceRequestAttribute]
virtual Task<IEnumerable<FileRange^>^>^ ListRangesAsync()
 
[<DoesServiceRequestAttribute>]
abstract ListRangesAsync : unit -> Task<IEnumerable<FileRange>>
[<DoesServiceRequestAttribute>]
override ListRangesAsync : unit -> Task<IEnumerable<FileRange>>
 
<DoesServiceRequestAttribute>
Public Overridable Function ListRangesAsync As Task(Of IEnumerable(Of FileRange))
Return to top