Click or drag to resize

TransferEventArgs Class

Transfer event args.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Microsoft.Azure.Storage.DataMovementTransferEventArgs

Namespace:  Microsoft.Azure.Storage.DataMovement
Assembly:  Microsoft.Azure.Storage.DataMovement (in Microsoft.Azure.Storage.DataMovement.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
public sealed class TransferEventArgs : EventArgs

The TransferEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodTransferEventArgs
Initializes a new instance of the TransferEventArgs class.
Top
Properties
  NameDescription
Public propertyDestination
Gets the instance representation of transfer destination location.
Public propertyEndTime
Gets transfer end time.
Public propertyException
Gets the exception if the transfer is failed, or null if the transfer is success.
Public propertySource
Gets the instance representation of transfer source location.
Public propertyStartTime
Gets transfer start time.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also