|
|
Available in EFT Server 6.1 and later. |
The ICIAS2SendActionParams::RetryDelaySec property allows you to specify or retrieve the interval between successive sending retries (in seconds) in the case of sending failure. This property is applicable only if RetriesCount property is not set to 0.
HRESULT RetryDelaySec([out, retval] long* pVal);
HRESULT RetryDelaySec([in] long newVal);
Retrieving:
MsgBox "Will wait for " & AS2Params.RetryDelaySec " secs before re-send"
Specifying:
AS2SendParams.RetryDelaySec = 60 ‘1 minute