PowerTCP Zip Compression for .NET
Abort Method




Aborts the current operation.
Syntax
<DescriptionAttribute("To abort the current on-going operation")>
Public Sub Abort() 
Dim instance As Archive
 
instance.Abort()
[Description("To abort the current on-going operation")]
public void Abort()
[Description("To abort the current on-going operation")]
public: void Abort(); 
[Description("To abort the current on-going operation")]
public:
void Abort(); 
Exceptions
ExceptionDescription
ZipExceptionAn exception will be raised with the code ErrorCode.Abort to alert the application that an operation has been aborted.
Remarks

If Abort is called during an Add operation, any items already added before Abort is called will not be removed from the Archive collection.

See Also

Reference

Archive Class
Archive Members


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