Gets or sets the timeout period for the request.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.2

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.

Important note Important

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

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionThe value specified is negative.

See Also