AppendAsync Method
Adds specified file to an existing archive.
Syntax
[VB.NET] Public Function AppendAsync() As Task
[C#] public Task AppendAsync();
IP*Works! ZIP V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
AppendAsync MethodAdds specified file to an existing archive. Syntax[VB.NET] Public Function AppendAsync() As Task [C#] public Task AppendAsync(); RemarksThis method is the asynchronous version of the Append method and is used to support asynchronous operations in WinRT. Please refer to Append for more information. |
||