SetAttributesCallbackAsync Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET