Click or drag to resize

AckManComplete Method

Note: This API is now obsolete.

Finalizes the analysis and processes whatever is left after the last raised event. Events are raised when the group trailer tag is encountered and this ensures that an acknowledgment is sent for the last group if it does not have a trailer tag.

Namespace: EdiFabric.Plugins.Acknowledgments.X12
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
[ObsoleteAttribute("Complete is deprecated, use the Dispose method of AckMan instead (either implicitly or explicitly).")]
public void Complete()
See Also