Share via


TransferOperation Class

Definition

Containers information about the transfer and its status as well as provides hooks to perform operations on the transfer.

public class TransferOperation
type TransferOperation = class
Public Class TransferOperation
Inheritance
TransferOperation

Properties

HasCompleted

Defines whether the transfer has completed.

Id

Transfer id.

Status

Defines the current Transfer Status of the Data Transfer.

TransferManager

The TransferManager responsible for this transfer.

Methods

PauseAsync(CancellationToken)

Attempts to pause the current transfer.

WaitForCompletionAsync(CancellationToken)

Waits until the transfer has completed.

Applies to