ComponentOne Zip for UWP
Close Method (C1ZipFile)

C1.UWP.Zip Assembly > C1.C1Zip Namespace > C1ZipFile Class : Close Method
Resets all data members of the C1ZipFile object.
Syntax
'Declaration
 
Public Sub Close() 
public void Close()
Remarks
Disk files are automatically closed by C1Zip. You only need to use this method if you want to break the connection between a C1ZipFile class and a physical zip file.
See Also

Reference

C1ZipFile Class
C1ZipFile Members