C#
C++
F#
VB
ICloudBlob.::..DownloadToByteArrayAsync Method (Byte[], Int32)(array<Byte>^, Int32)(Byte[], Int32)(Byte(), Int32)
Initiates an asynchronous operation to download the contents of a blob to a byte array.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Function DownloadToByteArrayAsync ( target As Byte(), index As Integer ) As Task(Of Integer)
Parameters
- target
-
Type:
System.Byte[]array<System::Byte>^System.Byte[]System.Byte()
The target byte array.
- index
-
Type:
System.Int32System::Int32System.Int32System.Int32
The starting offset in the byte array.
Return Value
Type: System.Threading.Tasks.Task<Int32>System.Threading.Tasks::Task<Int32>^System.Threading.Tasks.Task<Int32>System.Threading.Tasks.Task(Of Int32)A Task object of type int that represents the asynchronous operation.
See Also
DownloadToByteArrayAsync Overload
ICloudBlob Interface
Microsoft.WindowsAzure.Storage.Blob Namespace