







Namespace: Microsoft.WindowsAzure.Storage.Blob
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Visual Basic |
---|
Dim instance As CloudBlockBlob Dim target As StorageFile Dim returnValue As IAsyncAction returnValue = instance.DownloadToFileAsync(target) |
Syntax
Visual Basic |
---|
Public Function DownloadToFileAsync ( _ target As StorageFile _ ) As IAsyncAction |
C# |
---|
public IAsyncAction DownloadToFileAsync ( StorageFile target ) |
C++ |
---|
public: virtual IAsyncAction^ DownloadToFileAsync ( StorageFile^ target ) sealed |
J# |
---|
public final IAsyncAction DownloadToFileAsync ( StorageFile target ) |
JScript |
---|
public final 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.