Gets or sets the timeout period for the request.
Namespace:
IBM.CTG
Assembly:
IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 10.1.0.0 (10.1.0.0)
public short Timeout { get; set; }Public Property Timeout As Short
Get
Set
public:
property short Timeout {
short get ();
void set (short value);
}Property Value
Type:
Int16
| Exception | Condition |
|---|
| ArgumentOutOfRangeException | The value specified is negative. |
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.
Reference