TransferEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Transfer event args.
public sealed class TransferEventArgs : EventArgs
type TransferEventArgs = class
inherit EventArgs
Public NotInheritable Class TransferEventArgs
Inherits EventArgs
- Inheritance
-
TransferEventArgs
Constructors
TransferEventArgs(Object, Object) |
Initializes a new instance of the TransferEventArgs class. |
Properties
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. |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET