| 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.X12Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax [ObsoleteAttribute("Complete is deprecated, use the Dispose method of AckMan instead (either implicitly or explicitly).")]
public void Complete()
<ObsoleteAttribute("Complete is deprecated, use the Dispose method of AckMan instead (either implicitly or explicitly).")>
Public Sub Complete
See Also