UpdateResourceAsync Method
Updates a file or folder.
Syntax
[VB.NET] Public Function UpdateResourceAsync() As Task
[C#] public Task UpdateResourceAsync();
Cloud Storage Integrator - Online Help
|
|||
|
Available for:
Questions / Feedback?
UpdateResourceAsync MethodUpdates a file or folder. Syntax[VB.NET] Public Function UpdateResourceAsync() As Task [C#] public Task UpdateResourceAsync(); RemarksThis 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. |
||