C#
C++
F#
VB
CloudPageBlob.::..EndGetPageRanges Method (IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)
Ends an asynchronous operation to return a collection of valid page ranges and their starting and ending bytes.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
abstract EndGetPageRanges : asyncResult:IAsyncResult -> IEnumerable<PageRange> override EndGetPageRanges : asyncResult:IAsyncResult -> IEnumerable<PageRange>
Public Overridable Function EndGetPageRanges ( asyncResult As IAsyncResult ) As IEnumerable(Of PageRange)
Parameters
- asyncResult
-
Type:
System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult
An IAsyncResult that references the pending asynchronous operation.
Return Value
Type: System.Collections.Generic.IEnumerable<PageRange>System.Collections.Generic::IEnumerable<PageRange^>^System.Collections.Generic.IEnumerable<PageRange>System.Collections.Generic.IEnumerable(Of PageRange)An enumerable collection of page ranges.