ITransferManager.DownloadAsync Method

Definition

Overloads

DownloadAsync(CloudBlob, String, DownloadOptions, SingleTransferContext, CancellationToken)
DownloadAsync(CloudFile, String, DownloadOptions, SingleTransferContext, CancellationToken)
DownloadAsync(CloudBlob, String, DownloadOptions, SingleTransferContext, CancellationToken)
DownloadAsync(CloudFile, String, DownloadOptions, SingleTransferContext, CancellationToken)

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
cancellationToken
CancellationToken

Returns

Task

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
cancellationToken
CancellationToken

Returns

Task

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

Task

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

Returns

Task

Applies to