TransferEventArgs Constructor (Object, Object)

 

Updated: January 5, 2017

Initializes a new instance of the TransferEventArgs class.

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

public TransferEventArgs(
	object source,
	object destination
)

Parameters

source
Type: System.Object

Instance representation of transfer source location.

destination
Type: System.Object

Instance representation of transfer destination location.

Return to top
Show: