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

EndLoop Event

Fires when the end of a loop is detected in a transaction set.

Syntax

[VB.NET]
Public Event OnEndLoop As OnEndLoopHandler
[C#]
public event OnEndLoopHandler OnEndLoop;

public delegate void OnEndLoopHandler(object sender, EdireaderEndLoopEventArgs e);

class EdireaderEndLoopEventArgs : EventArgs {
}

Remarks

The EndLoop event will fire after the last segment in a loop is read. Each EndLoop event is paired with one StartLoop event.

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