CloudFile.BeginDownloadRangeToByteArray 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 |
|---|
 | BeginDownloadRangeToByteArray(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(array<Byte>^, Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Byte(), Int32, Nullable(Of Int64), Nullable(Of Int64), AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) | Begins an asynchronous operation to download the contents of a file to a byte array. |
 | BeginDownloadRangeToByteArray(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AsyncCallback, Object)(array<Byte>^, Int32, Nullable<Int64>, Nullable<Int64>, AsyncCallback^, Object^)(Byte[], Int32, Nullable<Int64>, Nullable<Int64>, AsyncCallback, Object)(Byte(), Int32, Nullable(Of Int64), Nullable(Of Int64), AsyncCallback, Object) | Begins an asynchronous operation to download the contents of a file to a byte array. |
Return to top