Partner Event

Fired when ListPartners is invoked.

Syntax

class AS2ProfileMgrPartnerEventParams {
public:
  const QString &partnerIdentifier();
  const QString &partnerURL();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void Partner(AS2ProfileMgrPartnerEventParams *e);
// Or, subclass AS2ProfileMgr and override this emitter function. virtual int FirePartner(AS2ProfileMgrPartnerEventParams *e) {...}

Remarks

This event is fired when ListPartners is called. It fires for each partner found by the AS2ProfileMgr in DataDir. The parameter partnerIdentifier is same as provided to SaveProfile to save the partner profile. The URL provided by the trading partner to post AS2 messages can be read from partnerURL.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 Qt Edition - Version 20.0 [Build 8203]