ExtractAllAsync Method
Extracts all files from the compressed archive.
Syntax
[VB.NET]
Public Function ExtractAllAsync() As Task
[C#]
public Task ExtractAllAsync();
Remarks
This 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.