GatewayRequestReturnCode Property

CICS Transaction Gateway V10.1.0.0
Gets the return code from the most recent flow of this request.

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

public virtual int ReturnCode { get; }

Property Value

Type: Int32
Remarks

This property is a combination of GatewayReturnCode and any other return code specific to the type of request being flowed. If a request causes any non-zero return code, it will be returned by this property. A ReturnCode of zero indicates the request completed successfully. To obtain a string representation of the return code, use ReturnCodeString.
See Also

Reference