C#C++F#VB
CloudFile.::..BeginDownloadToByteArray Method
Namespace:
Microsoft.WindowsAzure.Storage.File
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Overload List
Name | Description | |
---|---|---|
BeginDownloadToByteArray(Byte[], Int32, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(array<Byte>^, Int32, AccessCondition^, FileRequestOptions^, OperationContext^, AsyncCallback^, Object^)(Byte[], Int32, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)(Byte(), Int32, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object) | Begins an asynchronous operation to download the contents of a file to a byte array. | |
BeginDownloadToByteArray(Byte[], Int32, AsyncCallback, Object)(array<Byte>^, Int32, AsyncCallback^, Object^)(Byte[], Int32, AsyncCallback, Object)(Byte(), Int32, AsyncCallback, Object) | Begins an asynchronous operation to download the contents of a file to a byte array. |