CloudFile.BeginDownloadRangeToStream Method (Microsoft.WindowsAzure.Storage.File)
From Microsoft Windows Azure Storage Blob
Namespace:
Microsoft.WindowsAzure.Storage.FileAssembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Overload List
| Name | Description |
|---|
 | BeginDownloadRangeToStream(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Stream^, Nullable<Int64>, Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Stream, Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Stream, Nullable(Of Int64), Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) | Begins an asynchronous operation to download the contents of a file to a stream. |
 | BeginDownloadRangeToStream(Stream, Nullable<Int64>, Nullable<Int64>, AsyncCallback, Object)(Stream^, Nullable<Int64>, Nullable<Int64>, AsyncCallback^, Object^)(Stream, Nullable<Int64>, Nullable<Int64>, AsyncCallback, Object)(Stream, Nullable(Of Int64), Nullable(Of Int64), AsyncCallback, Object) | Begins an asynchronous operation to download the contents of a file to a stream. |
Return to top