ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip 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
    Public Sub CloseBatch() 
    public void CloseBatch()
    Remarks
    See the OpenBatch method for a complete description and a sample.
    See Also