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