E-Payment Integrator 2020 .NET Edition

Questions / Feedback?

Status Event

Traces the commands sent to the server, and the respective replies.

Syntax

public event OnStatusHandler OnStatus;

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

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

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

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

Remarks

The Status event is useful for debugging purposes. It shows all the interaction between the client and the server, line by line.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 .NET Edition - Version 20.0 [Build 7941]