PDF for UWP | ComponentOne
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
     
    
    <AsyncStateMachineAttribute(C1.C1Zip.C1ZipFile/d__33)> 
    Public Function OpenAsync( _ 
       ByVal file As StorageFile _ 
    ) As Task
    [AsyncStateMachine(C1.C1Zip.C1ZipFile/d__33)] 
    public Task OpenAsync( 
       StorageFile file 
    )

    Parameters

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