| TransferContext Constructor (Stream) | 
  
    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(
	Stream journalStream
)
Protected Sub New ( 
	journalStream As Stream
)
protected:
TransferContext(
	Stream^ journalStream
)
new : 
        journalStream : Stream -> TransferContextParameters
- 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
See Also