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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET