EDI Integrator 2016 .NET Edition
EDI Integrator 2016 .NET Edition
Questions / Feedback?

RestartDirectory Property

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

Syntax

[VB.NET]
Public Property RestartDirectory As String

[C#]
public string RestartDirectory {get; set;}

Remarks

If this property is set, the component will cache all data to the RestartDirectory. Thus, when sending a file is interrupted, the component 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.

Default Value

""

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
EDI Integrator 2016 .NET Edition - Version 16.0 [Build 7362]