ResetAsync Method
Resets the component properties.
Syntax
[VB.NET]
Public Function ResetAsync() As IAsyncAction
[C#]
public IAsyncAction ResetAsync();
Remarks
This method is the asynchronous version of the
Reset method and is used to support asynchronous operations in WinRT. Please refer to
Reset for more information.