Delegate BatchProcessor.ReadingEventHandler
- Namespace
- EDIParser
- Assembly
- EDIParser.dll
Represents the method that handles the Reading event.
public delegate void BatchProcessor.ReadingEventHandler(ref Segment segment)
Parameters
segmentSegmentA reference to the segment that was read from the input stream.
Remarks
The segment is passed by reference to preserve the behavior of the original API.