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