QuickBooks Integrator V6 - Online Help
QuickBooks Integrator V6
Questions / Feedback?

CloseConnection Event

Fires when the update session completes.

Syntax

[VB.NET]
Public Event OnCloseConnection As OnCloseConnectionHandler
[C#]
public event OnCloseConnectionHandler OnCloseConnection;

public delegate void OnCloseConnectionHandler(object sender, QbwcserverCloseConnectionEventArgs e);

class QbwcserverCloseConnectionEventArgs : EventArgs {
  string SessionTicket {get;}
  string ResponseMessage {get; set;}
}

Remarks

This event fires when QuickBooks Web Connector notifies your application that the update is complete. This is the last event to fire in a session. Parameters are as follows:

SessionTicket identifies the session.

ResponseMessage may be set to a message that will be displayed in the "Last result" field in QuickBooks Web Connector.

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