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

RestartDirectory Property

The directory to log cached files when using AS2 restart functionality.

Object Oriented Interface

public function getRestartDirectory();
public function setRestartDirectory($value);

Procedural Interface

inedi_as2sender_get($res, 81 );
inedi_as2sender_set($res, 81, $value );

Default Value

''

Remarks

If this property is set, the class will cache all data to the RestartDirectory. Thus, when sending a file is interrupted, the class can restart the transmission of the file starting where it was interrupted.

To use this functionality, simply set the RestartDirectory and call Restart.

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

NOTE: This directory will not automatically be cleaned up.

Data Type

String

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