PowerTCP Zip Compression for .NET
Dispose() Method




Releases all resources associated with the object.
Syntax
Public Overloads Shadows Sub Dispose() 
Dim instance As Archive
 
instance.Dispose()
public new void Dispose()
public: new void Dispose(); 
public:
new void Dispose(); 
Remarks

The Object.Dispose method abruptly aborts the connection and releases all resources.

Object.Dispose should ONLY be used to release all resources used by the object, and the object should not be used subsequently. If an abort is desired, then Object.Close or Object.Connection.Close if available should be used to terminate activity and reset the object. The Object cannot be used once Object.Dispose or Object.Dispose(true) is called.

See Also

Reference

Archive Class
Archive Members
Overload List


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic