4D Payments SDK 2016 .NET Edition

Questions / Feedback?

Status Event

Shows the progress of the FDMS/Datawire connection.

Syntax

public event OnStatusHandler OnStatus;

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

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

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

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

Remarks

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

Copyright (c) 2021 4D Payments Inc. - All rights reserved.
4D Payments SDK 2016 .NET Edition - Version 16.0 [Build 8017]