SetAttributesCallback Delegate

 

Callback invoked to set destination's attributes in memory. The attributes set in this callback will be sent to azure storage service.

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

Syntax

public delegate void SetAttributesCallback(
    object destination
)

Parameters

  • destination
    Type: System.Object

    Instance of destination to be overwritten.

See Also

Microsoft.WindowsAzure.Storage.DataMovement Namespace

Return to top