Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudFile.ListRangesAsync Method (Microsoft.WindowsAzure.Storage.File)

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

Overload List

NameDescription
System_CAPS_pubmethodListRangesAsync()()()()

Returns a task that performs an asynchronous operation to return a collection of valid ranges and their starting and ending bytes.

System_CAPS_pubmethodListRangesAsync(CancellationToken)(CancellationToken)(CancellationToken)(CancellationToken)

Returns a task that performs an asynchronous operation to return a collection of valid ranges and their starting and ending bytes.

System_CAPS_pubmethodListRangesAsync(Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext)(Nullable<Int64>, Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^)(Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext)(Nullable(Of Int64), Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext)

Returns a task that performs an asynchronous operation to return a collection of valid ranges and their starting and ending bytes.

System_CAPS_pubmethodListRangesAsync(Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Nullable<Int64>, Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^, CancellationToken)(Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)(Nullable(Of Int64), Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext, CancellationToken)

Returns a task that performs an asynchronous operation to return a collection of valid ranges and their starting and ending bytes.

Return to top