CloudPageBlob.GetPageRangesAsync Method ()

Windows Runtime Azure Storage Client Library

Gets a collection of valid page ranges and their starting and ending bytes.

Namespace: Microsoft.WindowsAzure.Storage.Blob
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Usage

Visual Basic
Dim instance As CloudPageBlob
Dim returnValue As IAsyncOperation(Of IEnumerable(Of PageRange))

returnValue = instance.GetPageRangesAsync

Syntax

Visual Basic
Public Function GetPageRangesAsync As IAsyncOperation(Of IEnumerable(Of PageRange))
C#
public IAsyncOperation<IEnumerable<PageRange>> GetPageRangesAsync ()
C++
public:
IAsyncOperation<IEnumerable<PageRange^>^>^ GetPageRangesAsync ()
J#
public IAsyncOperation<IEnumerable<PageRange>> GetPageRangesAsync ()
JScript
public function GetPageRangesAsync () : IAsyncOperation<IEnumerable<PageRange>>

Return Value

An enumerable collection of page ranges.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also