C#
C++
F#
VB
Initiates an asynchronous operation to return a collection of page ranges and their starting and ending bytes.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[DoesServiceRequestAttribute] public virtual Task<IEnumerable<PageRange>> GetPageRangesAsync()
C++
public: [DoesServiceRequestAttribute] virtual Task<IEnumerable<PageRange^>^>^ GetPageRangesAsync()
[<DoesServiceRequestAttribute>] abstract GetPageRangesAsync : unit -> Task<IEnumerable<PageRange>> [<DoesServiceRequestAttribute>] override GetPageRangesAsync : unit -> Task<IEnumerable<PageRange>>
<DoesServiceRequestAttribute> Public Overridable Function GetPageRangesAsync As Task(Of IEnumerable(Of PageRange))
Return Value
Type: System.Threading.Tasks.Task<IEnumerable<PageRange>>System.Threading.Tasks::Task<IEnumerable<PageRange^>^>^System.Threading.Tasks.Task<IEnumerable<PageRange>>System.Threading.Tasks.Task(Of IEnumerable(Of PageRange))A Task<TResult><TResult><'TResult>(Of TResult) object that is an enumerable collection of type PageRange that represents the asynchronous operation.