Gets or sets the timeout period for the request.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.0
Syntax
C# |
---|
public short Timeout { get; set; } |
Visual Basic |
---|
Public Property Timeout As Short Get Set |
Visual C++ |
---|
public: property short Timeout { short get (); void set (short value); } |
Field Value
The timeout period for the request, in seconds, or zero for no timeout.
Remarks
For IPIC, this value can be overridden by the ECITIMEOUT property on the IPIC server definition.
![]() |
---|
ECI timeout can expire before a response is received from CICS. This means that the client does not receive the confirmation from CICS that a unit of work has been backed out or committed. |
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | The value specified is negative. |