SetAttributesCallback Delegate

 

Updated: January 5, 2017

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)

public delegate void SetAttributesCallback(
	object destination
)

Parameters

destination
Type:

Instance of destination to be overwritten.

Return to top
Show: