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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET