Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Returns a task that performs 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

 
[DoesServiceRequestAttribute]
public virtual Task<IEnumerable<FileRange>> ListRangesAsync(
	CancellationToken cancellationToken
)
 
public:
[DoesServiceRequestAttribute]
virtual Task<IEnumerable<FileRange^>^>^ ListRangesAsync(
	CancellationToken cancellationToken
)
 
[<DoesServiceRequestAttribute>]
abstract ListRangesAsync : 
        cancellationToken:CancellationToken -> Task<IEnumerable<FileRange>>
[<DoesServiceRequestAttribute>]
override ListRangesAsync : 
        cancellationToken:CancellationToken -> Task<IEnumerable<FileRange>>
 
<DoesServiceRequestAttribute>
Public Overridable Function ListRangesAsync (
	cancellationToken As CancellationToken
) As Task(Of IEnumerable(Of FileRange))
Return to top