PowerTCP Zip Compression for .NET
Status Property (ProgressEventArgs)




The status of the current on-going operation.
Syntax
Public Property Status As Status
Dim instance As ProgressEventArgs
Dim value As Status
 
instance.Status = value
 
value = instance.Status
public Status Status {get; set;}
public: __property Status get_Status();
public: __property void set_Status( 
   Status value
);
public:
property Status Status {
   Status get();
   void set (    Status value);
}

Property Value

Returns a Status enumeration representing the current state of the operation.
Remarks
For example, during a compression operation, Status will return, Status.BeginZip, Status.Zipping, and finally Status.EndZip.
See Also

Reference

ProgressEventArgs Class
ProgressEventArgs Members


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