ScanAsync Method
Scans the compressed archive.
Syntax
[VB.NET]
Public Function ScanAsync() As Task
[C#]
public Task ScanAsync();
Remarks
This method is the asynchronous version of the
Scan method and is used to support asynchronous operations in WinRT. Please refer to
Scan for more information.