Specifying or Retrieving the Timeout while Sending AS2 File (TimeoutSec)

icon_info.gif

Available in EFT Server 6.1 and later.

The ICIAS2SendActionParams::TimeoutSec property allows you to specify or retrieve the timeout (in seconds) while sending the file.

HRESULT TimeoutSec([out, retval] long* pVal);

HRESULT TimeoutSec([in] long newVal);

Example (VBScript):

Retrieving:

MsgBox "Send Timeout: " & CStr(AS2SendParams.TimeoutSec) & " seconds"

Specifying:

AS2SendParams.TimeoutSec = 900 ‘ 15 minutes