|
This online help file is for EFT Server version 6.2.x. For other versions of EFT Server, please refer to http://help.globalscape.com/help/index.html. (If the Index and Contents are hidden, click Show Contents pane in the top left corner of this topic.) |
|
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);
Retrieving:
MsgBox "Send Timeout: " & CStr(AS2SendParams.TimeoutSec) & " seconds"
Specifying:
AS2SendParams.TimeoutSec = 900 ‘ 15 minutes