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)

System.Object
  System.EventArgs
    Microsoft.WindowsAzure.Storage.DataMovement.TransferEventArgs

public sealed class TransferEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodTransferEventArgs(Object, Object)

Initializes a new instance of the TransferEventArgs class.

NameDescription
System_CAPS_pubpropertyDestination

Gets the instance representation of transfer destination location.

System_CAPS_pubpropertyEndTime

Gets transfer end time.

System_CAPS_pubpropertyException

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

System_CAPS_pubpropertySource

Gets the instance representation of transfer source location.

System_CAPS_pubpropertyStartTime

Gets transfer start time.

NameDescription
System_CAPS_pubmethodEquals(Object)

(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: