TransferEventArgs Class
Updated: January 5, 2017
Transfer event args.
Assembly: Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)
| Name | Description | |
|---|---|---|
![]() | TransferEventArgs(Object, Object) | Initializes a new instance of the TransferEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | Destination | Gets the instance representation of transfer destination location. |
![]() | EndTime | Gets transfer end time. |
![]() | Exception | Gets the exception if the transfer is failed, or null if the transfer is success. |
![]() | Source | Gets the instance representation of transfer source location. |
![]() | StartTime | Gets transfer start time. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

