RestoreResourceAsync Method
Restores a file to a previous revision.
Syntax
[VB.NET] Public Function RestoreResourceAsync(ByVal Revision As String) As Task
[C#] public Task RestoreResourceAsync(string revision);
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
RestoreResourceAsync MethodRestores a file to a previous revision. Syntax[VB.NET] Public Function RestoreResourceAsync(ByVal Revision As String) As Task [C#] public Task RestoreResourceAsync(string revision); RemarksThis 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. |
||