Indicates to BargeEx that the specified document has been 
 successfully persisted or processed and that subsequent calls 
 to the 
 GetNextDocument
 method should return the next available document.
 
Overload List
| Name | Description | |
|---|---|---|
| AcknowledgeDocument(IDocument) | 
 Indicates to BargeEx that the specified document has been 
 successfully persisted or processed and that subsequent calls 
 to the 
 GetNextDocument
 method should return the next available document.
   | |
| AcknowledgeDocument(IXPathNavigable) | 
 Indicates to BargeEx that the specified document has been 
 successfully persisted or processed and that subsequent calls 
 to the 
 GetNextDocument
 method should return the next available document.
   | |
| AcknowledgeDocument(String, String) | 
 Indicates to BargeEx that the document specified by the 
 senderTradingPartnerNumber and 
 instanceIdentifier parameters has been 
 successfully persisted or processed and that subsequent calls to the 
 GetNextDocument
 method should return the next available document.
   | 
Remarks
This method invokes the AcknowledgeDocument method available from the BargeEx web service. It returns a StandardReturnCode value that indicates whether or not the document was successfully acknowledged. A value of Success indicates the document was successfully acknowledged. Any other value indicates a failure.
This method must be called following a call to GetNextDocument. If it is not, GetNextDocument will return the same document every time it is called.