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