IPWorks Encrypt 2020 .NET Edition

Questions / Feedback?

Status Event

Provides information about the current operation.

Syntax

public event OnStatusHandler OnStatus;

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

public class XmlsigStatusEventArgs : EventArgs {
  public string Message { get; }
}
Public Event OnStatus As OnStatusHandler

Public Delegate Sub OnStatusHandler(sender As Object, e As XmlsigStatusEventArgs)

Public Class XmlsigStatusEventArgs Inherits EventArgs
  Public ReadOnly Property Message As String
End Class

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) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 .NET Edition - Version 20.0 [Build 8286]