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