| 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.EdifactAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public void Publish(
UNB unb,
int index
)
Public Sub Publish (
unb As UNB,
index As Integer
)
Parameters
- unb UNB
- The item to be analyzed.
- index Int32
- The index of UNB in the stream.
See Also