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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET