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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET