ResetAttributesAsync Method
Resets the entire attribute collection.
Syntax
[VB.NET] Public Function ResetAttributesAsync() As Task
[C#] public Task ResetAttributesAsync();
Amazon Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ResetAttributesAsync MethodResets the entire attribute collection. Syntax[VB.NET] Public Function ResetAttributesAsync() As Task [C#] public Task ResetAttributesAsync(); RemarksThis method is the asynchronous version of the ResetAttributes method and is used to support asynchronous operations in WinRT. Please refer to ResetAttributes for more information. |
||