ComponentOne Zip for UWP
OpenAsync Method

C1.UWP.Zip Assembly > C1.C1Zip Namespace > C1ZipFile Class : OpenAsync Method
Opens an existing zip file stored in a Windows.Storage.StorageFile.
Syntax
'Declaration
 
Public Function OpenAsync( _
   ByVal file As Windows.Storage.StorageFile _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task OpenAsync( 
   Windows.Storage.StorageFile file
)

Parameters

file
Remarks
This method is available only in the WinRT version.
See Also

Reference

C1ZipFile Class
C1ZipFile Members