| TransferContext Constructor (TransferCheckpoint) | 
  
    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
Syntaxprotected TransferContext(
	TransferCheckpoint checkpoint
)
Protected Sub New ( 
	checkpoint As TransferCheckpoint
)
protected:
TransferContext(
	TransferCheckpoint^ checkpoint
)
new : 
        checkpoint : TransferCheckpoint -> TransferContextParameters
- checkpoint
- Type: Microsoft.Azure.Storage.DataMovementTransferCheckpoint
 An TransferCheckpoint object representing the last checkpoint from which the transfer continues on.
 See Also
See Also