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

Output Event

Fires whenever a segment is complete.

Syntax

[VB.NET]
Public Event OnOutput As OnOutputHandler
[C#]
public event OnOutputHandler OnOutput;

public delegate void OnOutputHandler(object sender, EdiwriterOutputEventArgs e);

class EdiwriterOutputEventArgs : EventArgs {
  string OutputData {get;}  byte[] OutputDataB {get;}
}

Remarks

The Output event will fire when the writer completes a new segment and writes data to the output stream or buffer. The Data parameter contains the data bytes.

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