TransferEventArgs Class |
Namespace: Microsoft.Azure.Storage.DataMovement
The TransferEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| TransferEventArgs |
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 | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |