Namespace: Microsoft.WindowsAzure.Storage.Blob
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
| Visual Basic |
|---|
Dim instance As ICloudBlob
Dim target As StorageFile
Dim returnValue As IAsyncAction
returnValue = instance.DownloadToFileAsync(target) |
Syntax
| Visual Basic |
|---|
Function DownloadToFileAsync ( _
target As StorageFile _
) As IAsyncAction |
| C# |
|---|
IAsyncAction DownloadToFileAsync (
StorageFile target
) |
| C++ |
|---|
IAsyncAction^ DownloadToFileAsync (
StorageFile^ target
) |
| J# |
|---|
IAsyncAction DownloadToFileAsync (
StorageFile target
) |
| JScript |
|---|
function DownloadToFileAsync (
target : StorageFile
) : IAsyncAction |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also