[VB.NET]
Public Function RestoreResourceAsync(ByVal Revision As String)AsTask
[C#]
public Task RestoreResourceAsync(string revision);
Remarks
This method is the asynchronous version of the RestoreResource method and is used to support asynchronous operations in WinRT. Please refer to RestoreResource for more information.