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