Click or drag to resize

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.Ack
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
void Publish(
	IEdiItem item
)

Parameters

item  IEdiItem
The item to be analyzed.
See Also