Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Ends 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

 
public virtual IEnumerable<FileRange> EndListRanges(
	IAsyncResult asyncResult
)
 
public:
virtual IEnumerable<FileRange^>^ EndListRanges(
	IAsyncResult^ asyncResult
)
 
abstract EndListRanges : 
        asyncResult:IAsyncResult -> IEnumerable<FileRange>
override EndListRanges : 
        asyncResult:IAsyncResult -> IEnumerable<FileRange>
 
Public Overridable Function EndListRanges (
	asyncResult As IAsyncResult
) As IEnumerable(Of FileRange)

Parameters

asyncResult
Type: System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Return to top