TransferContext Constructor (Stream)

 

Updated: January 5, 2017

Initializes a new instance of the TransferContext class.

Namespace:   Microsoft.WindowsAzure.Storage.DataMovement
Assembly:  Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)

protected TransferContext(
	Stream journalStream
)

Parameters

journalStream
Type: System.IO.Stream

The stream into which the transfer journal info will be written into. It can resume the previours paused transfer from its journal stream.

Return to top
Show: