C#
C++
F#
VB
Returns a task that performs 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
[DoesServiceRequestAttribute] public virtual Task<IEnumerable<FileRange>> ListRangesAsync()
C++
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 Value
Type: System.Threading.Tasks.Task<IEnumerable<FileRange>>System.Threading.Tasks::Task<IEnumerable<FileRange^>^>^System.Threading.Tasks.Task<IEnumerable<FileRange>>System.Threading.Tasks.Task(Of IEnumerable(Of FileRange))A Task<TResult><TResult><'TResult>(Of TResult) object that represents the current operation.