E-Payment Integrator V6 - Online Help
E-Payment Integrator V6
Questions / Feedback?

Status Event

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

Syntax

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

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

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

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) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0