EDI Integrator 2016 .NET Edition
EDI Integrator 2016 .NET Edition
Questions / Feedback?

AckOut Event

Fires immediately before sending an acknowledgement to the server.

Syntax

[VB.NET]
Public Event OnAckOut As OnAckOutHandler
[C#]
public event OnAckOutHandler OnAckOut;

public delegate void OnAckOutHandler(object sender, MllpclientAckOutEventArgs e);

class MllpclientAckOutEventArgs : EventArgs {
  bool Accept {get; set;}
}

Remarks

This event fires immediately before the component sends an acknowledgement to the MLLP server.

The Accept parameter should be set to indicate whether the component should send a positive (ACK - True) or negative (NAK - False) acknowledgement. The default is True.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
EDI Integrator 2016 .NET Edition - Version 16.0 [Build 7362]