ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZipFile Class / OpenAsync Method

In This Topic
    OpenAsync Method
    In This Topic
    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