Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZipFile Class / CloseBatch Method

In This Topic
    CloseBatch Method (C1ZipFile)
    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