你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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
反馈
提交和查看相关反馈