ITransferManager.DownloadAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DownloadAsync(CloudBlob, String, DownloadOptions, SingleTransferContext, CancellationToken)
public System.Threading.Tasks.Task DownloadAsync (Microsoft.Azure.Storage.Blob.CloudBlob sourceBlob, string destPath, Microsoft.Azure.Storage.DataMovement.DownloadOptions options, Microsoft.Azure.Storage.DataMovement.SingleTransferContext context, System.Threading.CancellationToken cancellationToken);
abstract member DownloadAsync : Microsoft.Azure.Storage.Blob.CloudBlob * string * Microsoft.Azure.Storage.DataMovement.DownloadOptions * Microsoft.Azure.Storage.DataMovement.SingleTransferContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function DownloadAsync (sourceBlob As CloudBlob, destPath As String, options As DownloadOptions, context As SingleTransferContext, cancellationToken As CancellationToken) As Task
Parameters
- sourceBlob
- CloudBlob
- destPath
- String
- options
- DownloadOptions
- context
- SingleTransferContext
- cancellationToken
- CancellationToken
Returns
Applies to
DownloadAsync(CloudFile, String, DownloadOptions, SingleTransferContext, CancellationToken)
public System.Threading.Tasks.Task DownloadAsync (Microsoft.Azure.Storage.File.CloudFile sourceFile, string destPath, Microsoft.Azure.Storage.DataMovement.DownloadOptions options, Microsoft.Azure.Storage.DataMovement.SingleTransferContext context, System.Threading.CancellationToken cancellationToken);
abstract member DownloadAsync : Microsoft.Azure.Storage.File.CloudFile * string * Microsoft.Azure.Storage.DataMovement.DownloadOptions * Microsoft.Azure.Storage.DataMovement.SingleTransferContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function DownloadAsync (sourceFile As CloudFile, destPath As String, options As DownloadOptions, context As SingleTransferContext, cancellationToken As CancellationToken) As Task
Parameters
- sourceFile
- CloudFile
- destPath
- String
- options
- DownloadOptions
- context
- SingleTransferContext
- cancellationToken
- CancellationToken
Returns
Applies to
DownloadAsync(CloudBlob, String, DownloadOptions, SingleTransferContext, CancellationToken)
public System.Threading.Tasks.Task DownloadAsync (Microsoft.WindowsAzure.Storage.Blob.CloudBlob sourceBlob, string destPath, Microsoft.WindowsAzure.Storage.DataMovement.DownloadOptions options, Microsoft.WindowsAzure.Storage.DataMovement.SingleTransferContext context, System.Threading.CancellationToken cancellationToken);
abstract member DownloadAsync : Microsoft.WindowsAzure.Storage.Blob.CloudBlob * string * Microsoft.WindowsAzure.Storage.DataMovement.DownloadOptions * Microsoft.WindowsAzure.Storage.DataMovement.SingleTransferContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function DownloadAsync (sourceBlob As CloudBlob, destPath As String, options As DownloadOptions, context As SingleTransferContext, cancellationToken As CancellationToken) As Task
Parameters
- sourceBlob
- Microsoft.WindowsAzure.Storage.Blob.CloudBlob
- destPath
- String
- options
- Microsoft.WindowsAzure.Storage.DataMovement.DownloadOptions
- context
- Microsoft.WindowsAzure.Storage.DataMovement.SingleTransferContext
- cancellationToken
- CancellationToken
Returns
Applies to
DownloadAsync(CloudFile, String, DownloadOptions, SingleTransferContext, CancellationToken)
public System.Threading.Tasks.Task DownloadAsync (Microsoft.WindowsAzure.Storage.File.CloudFile sourceFile, string destPath, Microsoft.WindowsAzure.Storage.DataMovement.DownloadOptions options, Microsoft.WindowsAzure.Storage.DataMovement.SingleTransferContext context, System.Threading.CancellationToken cancellationToken);
abstract member DownloadAsync : Microsoft.WindowsAzure.Storage.File.CloudFile * string * Microsoft.WindowsAzure.Storage.DataMovement.DownloadOptions * Microsoft.WindowsAzure.Storage.DataMovement.SingleTransferContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function DownloadAsync (sourceFile As CloudFile, destPath As String, options As DownloadOptions, context As SingleTransferContext, cancellationToken As CancellationToken) As Task
Parameters
- sourceFile
- Microsoft.WindowsAzure.Storage.File.CloudFile
- destPath
- String
- options
- Microsoft.WindowsAzure.Storage.DataMovement.DownloadOptions
- context
- Microsoft.WindowsAzure.Storage.DataMovement.SingleTransferContext
- cancellationToken
- CancellationToken