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