Represents a CICS External Call Interface (ECI) request.

Namespace:  IBM.CTG
Assembly:  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

Inheritance Hierarchy

System..::.Object
  IBM.CTG..::.GatewayRequest
    IBM.CTG..::.EciRequest

Thread Safety

This type is thread safe.

See Also