Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Ends an asynchronous operation to return 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)

Syntax

 
public virtual IEnumerable<PageRange> EndGetPageRanges(
	IAsyncResult asyncResult
)
 
public:
virtual IEnumerable<PageRange^>^ EndGetPageRanges(
	IAsyncResult^ asyncResult
)
 
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 to top