Share via


TransferManager.ResumeAllTransfersAsync Method

Definition

Overloads

ResumeAllTransfersAsync(DataTransferOptions, CancellationToken)

Resumes all the transfers stored in the checkpointer that can be resumed.

ResumeAllTransfersAsync(TransferOptions, CancellationToken)

Resumes all the transfers stored in the checkpointer that can be resumed.

ResumeAllTransfersAsync(DataTransferOptions, CancellationToken)

Source:
TransferManager.cs

Resumes all the transfers stored in the checkpointer that can be resumed.

public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Azure.Storage.DataMovement.DataTransfer>> ResumeAllTransfersAsync (Azure.Storage.DataMovement.DataTransferOptions transferOptions = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ResumeAllTransfersAsync : Azure.Storage.DataMovement.DataTransferOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Azure.Storage.DataMovement.DataTransfer>>
override this.ResumeAllTransfersAsync : Azure.Storage.DataMovement.DataTransferOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Azure.Storage.DataMovement.DataTransfer>>
Public Overridable Function ResumeAllTransfersAsync (Optional transferOptions As DataTransferOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of List(Of DataTransfer))

Parameters

transferOptions
DataTransferOptions

Options to apply to each resumed transfer.

cancellationToken
CancellationToken

Optional CancellationToken to propagate notifications that the operation should be cancelled.

Returns

Applies to

ResumeAllTransfersAsync(TransferOptions, CancellationToken)

Source:
TransferManager.cs

Resumes all the transfers stored in the checkpointer that can be resumed.

public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<Azure.Storage.DataMovement.TransferOperation>> ResumeAllTransfersAsync (Azure.Storage.DataMovement.TransferOptions transferOptions = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ResumeAllTransfersAsync : Azure.Storage.DataMovement.TransferOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Azure.Storage.DataMovement.TransferOperation>>
override this.ResumeAllTransfersAsync : Azure.Storage.DataMovement.TransferOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Azure.Storage.DataMovement.TransferOperation>>
Public Overridable Function ResumeAllTransfersAsync (Optional transferOptions As TransferOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of List(Of TransferOperation))

Parameters

transferOptions
TransferOptions

Options to apply to each resumed transfer.

cancellationToken
CancellationToken

Optional CancellationToken to propagate notifications that the operation should be cancelled.

Returns

Applies to