PowerTCP Zip Compression for .NET
DiskNumber Property




The disk number needed during a spanning operation
Syntax
Public ReadOnly Property DiskNumber As Integer
Dim instance As DiskEventArgs
Dim value As Integer
 
value = instance.DiskNumber
public int DiskNumber {get;}
public: __property int get_DiskNumber();
public:
property int DiskNumber {
   int get();
}

Property Value

An integer representing the disk required.
Remarks

This value will represent the disk required during a spanning operation. If a disk does not match the specifications in Archive.SpanConfiguration, the Disk event will fire again with the same DiskNumber value and the DiskEventArgs.Exception will contain the Exception.

An integer representing the disk required.
See Also

Reference

DiskEventArgs Class
DiskEventArgs Members


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