Click or drag to resize

AckManPublish(IEdiItem) Method

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.

Namespace: EdiFabric.Plugins.Acknowledgments.Edifact
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public void Publish(
	IEdiItem item
)

Parameters

item  IEdiItem
The item to be analyzed.

Implements

IAckManPublish(IEdiItem)
See Also