TransferEventArgs Constructor (String, String)

 

Initializes a new instance of the TransferEventArgs class.

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

Syntax

public TransferEventArgs(
    string source,
    string destination
)

Parameters

  • source
    Type: System.String

    String representation of transfer source location.

  • destination
    Type: System.String

    String representation of transfer destination location.

See Also

TransferEventArgs Class
Microsoft.WindowsAzure.Storage.DataMovement Namespace

Return to top