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

In This Topic
    CloseBatch Method
    In This Topic
    Closes a zip file after it was opened with a call to the OpenBatch method.
    Syntax
    'Declaration
     
    Public Sub CloseBatch() 
    public void CloseBatch()
    Remarks
    See the OpenBatch method for a complete description and a sample.
    See Also