| IAckManPublish Method |
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.
Namespace: EdiFabric.Core.Model.AckAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax void Publish(
IEdiItem item
)
Sub Publish (
item As IEdiItem
)
Parameters
- item IEdiItem
- The item to be analyzed.
See Also