Click or drag to resize

TransferContext Constructor (Stream)

Initializes a new instance of the TransferContext 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
protected TransferContext(
	Stream journalStream
)

Parameters

journalStream
Type: System.IOStream
The stream into which the transfer journal info will be written into. It can resume the previours paused transfer from its journal stream.
See Also