Share via


TransferEventArgs(Object, Object) Constructor

Definition

Initializes a new instance of the TransferEventArgs class.

public TransferEventArgs (object source, object destination);
new Microsoft.Azure.Storage.DataMovement.TransferEventArgs : obj * obj -> Microsoft.Azure.Storage.DataMovement.TransferEventArgs
Public Sub New (source As Object, destination As Object)

Parameters

source
Object

Instance representation of transfer source location.

destination
Object

Instance representation of transfer destination location.

Applies to