SetAttributesCallbackAsync Delegate

Definition

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

public delegate System.Threading.Tasks.Task SetAttributesCallbackAsync(object source, object destination);
type SetAttributesCallbackAsync = delegate of obj * obj -> Task
Public Delegate Function SetAttributesCallbackAsync(source As Object, destination As Object) As Task 

Parameters

source
Object

Source instance in the transfer.

destination
Object

Instance of destination to be overwritten.

Return Value

Applies to