TransferEventArgs Class

 

Transfer event args.

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

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.WindowsAzure.Storage.DataMovement.TransferEventArgs

Syntax

public sealed class TransferEventArgs : EventArgs

Constructors

Name Description
System_CAPS_pubmethod TransferEventArgs(Object, Object)

Initializes a new instance of the TransferEventArgs class.

Properties

Name Description
System_CAPS_pubproperty Destination

Gets the instance representation of transfer destination location.

System_CAPS_pubproperty EndTime

Gets transfer end time.

System_CAPS_pubproperty Exception

Gets the exception if the transfer is failed, or null if the transfer is success.

System_CAPS_pubproperty Source

Gets the instance representation of transfer source location.

System_CAPS_pubproperty StartTime

Gets transfer start time.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Storage.DataMovement Namespace

Return to top