Click or drag to resize

IAckMan Interface

Interface for generating EDI acknowledgments.

Namespace: EdiFabric.Core.Model.Ack
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public interface IAckMan

The IAckMan type exposes the following members.

Methods
 NameDescription
Public methodGetLastIndex Returns the index of the last processed segment.
Public methodPublish Publishes an item for analysis. The is the entry point to AckMan which accepts all EDI items generated by EdiFabric.Framework in the exact sequence that was used to produce them. When used for split transactions, all parts are discarded and only the last one is validated.
Top
See Also