EDI Integrator 2016 PHP Edition
EDI Integrator 2016 PHP Edition
Questions / Feedback?

Restart Method

Restart sending of the file specified by the Etag property.

Object Oriented Interface

public function doRestart();

Procedural Interface

inedi_as2sender_do_restart($res);

Remarks

This method should be called when using the AS2 restart functionality. When called, the class will process the file and cache the processed contents to the RestartDirectory. Before sending, the Etag property will be populated with a unique Etag which identifies the processed file.

If sending is interrupted or fails, this method should be called to restart sending of the previously processed file starting where the interruption occurred. In order to restart from the last transfer, the Etag must be populated with the value from the last connection.

NOTE: When using restart functionality, the data is completely processed to the RestartDirectory before sending begins.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
EDI Integrator 2016 PHP Edition - Version 16.0 [Build 7240]