Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

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

Overload List

NameDescription
System_CAPS_pubmethodDownloadRangeToStreamAsync(Stream, Nullable<Int64>, Nullable<Int64>)(Stream^, Nullable<Int64>, Nullable<Int64>)(Stream, Nullable<Int64>, Nullable<Int64>)(Stream, Nullable(Of Int64), Nullable(Of Int64))

Returns a task that performs an asynchronous operation to download the contents of a file to a stream.

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

Returns a task that performs an asynchronous operation to download the contents of a file to a stream.

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

Returns a task that performs an asynchronous operation to download the contents of a file to a stream.

System_CAPS_pubmethodDownloadRangeToStreamAsync(Stream, Nullable<Int64>, Nullable<Int64>, CancellationToken)(Stream^, Nullable<Int64>, Nullable<Int64>, CancellationToken)(Stream, Nullable<Int64>, Nullable<Int64>, CancellationToken)(Stream, Nullable(Of Int64), Nullable(Of Int64), CancellationToken)

Returns a task that performs an asynchronous operation to download the contents of a file to a stream.

Return to top