TransferEventArgs Class

 

Updated: January 5, 2017

Transfer event args.

Namespace:   Microsoft.WindowsAzure.Storage.DataMovement
Assembly:  Microsoft.WindowsAzure.Storage.DataMovement (in Microsoft.WindowsAzure.Storage.DataMovement.dll)

SystemObject
  SystemEventArgs
    Microsoft.WindowsAzure.Storage.DataMovementTransferEventArgs

public sealed class TransferEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodTransferEventArgs

Initializes a new instance of the TransferEventArgs class.

NameDescription
System_CAPS_pubproperty

Gets the instance representation of transfer destination location.

System_CAPS_pubproperty

Gets transfer end time.

System_CAPS_pubproperty

Gets the exception if the transfer is failed, or null if the transfer is success.

System_CAPS_pubproperty

Gets the instance representation of transfer source location.

System_CAPS_pubproperty

Gets transfer start time.

NameDescription
System_CAPS_pubmethodEquals

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode

(Inherited from Object.)

System_CAPS_pubmethodGetType

(Inherited from Object.)

System_CAPS_pubmethodToString

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: