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

Status Event

Shows the progress of the operation.

Syntax

[VB.NET]
Public Event OnStatus As OnStatusHandler
[C#]
public event OnStatusHandler OnStatus;

public delegate void OnStatusHandler(object sender, OpenpgpStatusEventArgs e);

class OpenpgpStatusEventArgs : EventArgs {
  string Message {get;}
}

Remarks

The event is fired for informational and logging purposes only. It may be used to track the progress of an operation.

The level of detail is controlled by the LogLevel setting.

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