Click or drag to resize

TransferEventArgs Constructor

Initializes a new instance of the TransferEventArgs 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 TransferEventArgs(
	Object source,
	Object destination
)

Parameters

source
Type: SystemObject
Instance representation of transfer source location.
destination
Type: SystemObject
Instance representation of transfer destination location.
See Also