| SetAttributesCallbackAsync 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.Azure.Storage.DataMovement
    Assembly:
   Microsoft.Azure.Storage.DataMovement (in Microsoft.Azure.Storage.DataMovement.dll) Version: 2.0.1.0 (2.0.1.0)
 Syntax
Syntaxpublic delegate Task SetAttributesCallbackAsync(
	Object source,
	Object destination
)
Public Delegate Function SetAttributesCallbackAsync ( 
	source As Object,
	destination As Object
) As Task
public delegate Task^ SetAttributesCallbackAsync(
	Object^ source, 
	Object^ destination
)
type SetAttributesCallbackAsync = 
    delegate of 
        source : Object * 
        destination : Object -> TaskParameters
- source
- Type: SystemObject
 Source instance in the transfer.
- destination
- Type: SystemObject
 Instance of destination to be overwritten.
Return Value
Type: 
Task See Also
See Also