Dart.PowerTCP.Zip Namespace > Archive Class : Abort Method |
<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();
Exception | Description |
---|---|
ZipException | An exception will be raised with the code ErrorCode.Abort to alert the application that an operation has been aborted. |
If Abort is called during an Add operation, any items already added before Abort is called will not be removed from the Archive collection.