Click or drag to resize

AckMan Class

Generates acknowledgments and validates messages.
Inheritance Hierarchy
SystemObject
  EdiFabric.Core.Model.AckAckContainerUNB, UNZ, ReaderErrorContext
    EdiFabric.Plugins.Acknowledgments.EdifactAckMan

Namespace: EdiFabric.Plugins.Acknowledgments.Edifact
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public class AckMan : AckContainer<UNB, UNZ, ReaderErrorContext>, 
	IAckMan, IDisposable

The AckMan type exposes the following members.

Constructors
 NameDescription
Public methodAckMan Initializes a new instance of the AckMan class.
Top
Methods
 NameDescription
Public methodCompleteObsolete.
Finalizes the analysis and processes whatever is left after the last raised event. Events are raised when the group trailer tag is encountered and this ensures that an acknowledgment is sent for the last group if it does not have a trailer tag.
Public methodDispose Finalizes the analysis and processes whatever is left after the last raised event. Events are raised when the group trailer tag is encountered and this ensures that an acknowledgment is sent for the last group if it does not have a trailer tag.
Public methodGetLastIndex Returns the index of the last processed segment.
Public methodPublish(IEdiItem) Publishes an item for analysis. The is the entry point to ack man, which accepts items generated by ediFabric.Framework in the exact sequence that was used to produce them.
Public methodPublish(UNB, Int32) Publishes an item for analysis. The is the entry point to ack man, which accepts items generated by ediFabric.Framework in the exact sequence that was used to produce them. For situations where the correct index needs to be inceremnetd by one, accounting for the preceding UNA
Top
See Also