PowerTCP Zip Compression for .NET
Disk Event




Occurs when a removable media volume is needed during a spanning process.
Syntax
<CategoryAttribute("Progress")>
<DescriptionAttribute("Raised when a removable media is required for spanning disks.")>
Public Event Disk As DiskEventHandler
Dim instance As Archive
Dim handler As DiskEventHandler
 
AddHandler instance.Disk, handler
[Category("Progress")]
[Description("Raised when a removable media is required for spanning disks.")]
public event DiskEventHandler Disk
[Category("Progress")]
[Description("Raised when a removable media is required for spanning disks.")]
public: __event DiskEventHandler* Disk
[Category("Progress")]
[Description("Raised when a removable media is required for spanning disks.")]
public:
event DiskEventHandler^ Disk
Event Data

The event handler receives an argument of type DiskEventArgs containing data related to this event. The following DiskEventArgs properties provide information specific to this event.

PropertyDescription
DiskNumberThe disk number needed during a spanning operation  
ExceptionThe exception information when a spanning operation has a problem with a disk.  
IgnoreLabelGets or sets whether to ignore volume label information when using removable media.  
StatusThe status of the current on-going operation.  
Remarks
The Archive.DiskEventArgs will report the volume number expected for the spanning operation. Not all spanned archives contain proper volume labels that identify the proper disk order. In that case, DiskEventArgs.IgnoreLabel can be used to read a spanned disk even if a proper volume label is not present.
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