IP*Works! OpenPGP V9 - Online Help
IP*Works! OpenPGP V9
Questions / Feedback?

Progress Event

Fired as progress is made.

Syntax

[VB.NET]
Public Event OnProgress As OnProgressHandler
[C#]
public event OnProgressHandler OnProgress;

public delegate void OnProgressHandler(object sender, SdaProgressEventArgs e);

class SdaProgressEventArgs : EventArgs {
  string Filename {get;}
  long BytesProcessed {get;}
  int PercentProcessed {get;}
}

Remarks

The Progress event is automatically fired as compression is performed.

Filename contains the name of the file being written.

BytesProcessed contains the total number of uncompressed bytes processed.

PercentProcessed contains the percent of uncompressed bytes processed, corresponding roughly to the running time of the operation.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0