QuickBooks Integrator 2020 .NET Edition

Questions / Feedback?

Status Event

Shows the status of the server as clients connect and transactions are made.

Syntax

public event OnStatusHandler OnStatus;

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

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

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

Public Class QbconnectorStatusEventArgs Inherits EventArgs
  Public ReadOnly Property ConnectionId As String
  Public ReadOnly Property Message As String
End Class

Remarks

The event is fired for informational and logging purposes only.

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