InfoConnect for Airlines
XfrTimeout Property


Returns or specifies how many seconds InfoConnect should wait for a host response before timing out and returning an error.
Syntax
'Declaration
 
Property XfrTimeout As Integer
'Usage
 
Dim instance As IFileTransfer
Dim value As Integer
 
instance.XfrTimeout = value
 
value = instance.XfrTimeout
int XfrTimeout {get; set;}
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a InfoConnect property that has been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
System.ArgumentOutOfRangeException Thrown if the set parameter is outside the range of valid values.
Remarks
(Most timeouts occur during file transfers, though this value is also used in other situations.) This property affects IND$FILE transfer and is applicable to 3270 sessions only. The default is 60. The range of values is 1-9999.
See Also