UpdateAsync Method
Will update certain files in an archive.
Syntax
[VB.NET] Public Function UpdateAsync(ByVal Filenames As String) As Task
[C#] public Task UpdateAsync(string filenames);
IP*Works! ZIP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
UpdateAsync MethodWill update certain files in an archive. Syntax[VB.NET] Public Function UpdateAsync(ByVal Filenames As String) As Task [C#] public Task UpdateAsync(string filenames); RemarksThis method is the asynchronous version of the Update method and is used to support asynchronous operations in WinRT. Please refer to Update for more information. |
||