EciRequestTimeout Property

CICS Transaction Gateway V10.1.0.0
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)
Syntax

public short Timeout { get; set; }

Property Value

Type: Int16
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionThe value specified is negative.
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.
See Also

Reference