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