Click or drag to resize

SingleTransferContext Constructor (Stream)

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(
	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