Represents a CICS External Call Interface (ECI) request.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public class EciRequest : GatewayRequest |
Visual Basic (Declaration) |
---|
Public Class EciRequest _ Inherits GatewayRequest |
Visual C++ |
---|
public ref class EciRequest : public GatewayRequest |
Remarks
A request is able to support both COMMAREA and Channel payloads.
If both are specified on an EciRequest, the Channel is used and the COMMAREA is ignored.
Inheritance Hierarchy
Thread Safety
This type is thread safe.