Click or drag to resize

AckManPublish(UNB, Int32) 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. For situations where the correct index needs to be inceremnetd by one, accounting for the preceding UNA

Namespace: EdiFabric.Plugins.Acknowledgments.Edifact
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public void Publish(
	UNB unb,
	int index
)

Parameters

unb  UNB
The item to be analyzed.
index  Int32
The index of UNB in the stream.
See Also