Click or drag to resize

SingleTransferContext Constructor (TransferCheckpoint)

Initializes a new instance of the SingleTransferContext class.

Namespace:  Microsoft.Azure.Storage.DataMovement
Assembly:  Microsoft.Azure.Storage.DataMovement (in Microsoft.Azure.Storage.DataMovement.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
public SingleTransferContext(
	TransferCheckpoint checkpoint
)

Parameters

checkpoint
Type: Microsoft.Azure.Storage.DataMovementTransferCheckpoint
An TransferCheckpoint object representing the last checkpoint from which the transfer continues on.
See Also