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

Status Event

Shows the progress of the FDMS/Datawire connection.

Syntax

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

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

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

Remarks

The event is fired for informational and logging purposes only. Used to track the progress of the connection.

Note: This event is not fired when TransportProtocol is set to '1' (VPN Connection).

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