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

StartLoop Event

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

Syntax

[VB.NET]
Public Event OnStartLoop As OnStartLoopHandler
[C#]
public event OnStartLoopHandler OnStartLoop;

public delegate void OnStartLoopHandler(object sender, EdireaderStartLoopEventArgs e);

class EdireaderStartLoopEventArgs : EventArgs {
  string Name {get;}
}

Remarks

The StartLoop event will fire when the tag of a loop trigger segment is read. The Name parameter contains the schema-provided name of the loop, such as "N1Loop1".

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