The EciRequest type exposes the following members.

Constructors

  NameDescription
Public methodEciRequest
Creates a new EciRequest.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCommareaData()()()()
Copies the COMMAREA data associated with the request into a new array.
Public methodGetCommareaData(array<Byte>[]()[][])
Copies the COMMAREA data associated with the request into the specified array.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetCommareaData
Sets the COMMAREA data associated with the request.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAbendCode
Gets the abend code returned from CICS.
Public propertyChannel
Gets or sets the Channel on the EciRequest.
Public propertyCommareaInboundLength
Gets or sets the limit on the COMMAREA length returned from the request.
Public propertyCommareaLength
Gets the length of the COMMAREA associated with the request.
Public propertyCommareaOutboundLength
Gets or sets the limit on the COMMAREA length sent with the request.
Public propertyEciReturnCode
Gets the ECI return code from the most recent flow of this request.
Public propertyExtendMode
Gets or sets the extended behavior for the request.
Public propertyGatewayReturnCode
Gets the Gateway daemon return code from the most recent flow of this request.
(Inherited from GatewayRequest.)
Public propertyHasChannel
Gets a value indicating whether a valid Channel is associated with the request.
Public propertyLuwToken
Gets or sets the logical unit of work (LUW) token for the request.
Public propertyMirrorTransId
Gets or sets the identifier of the mirror transaction that will be used to process the request.
Public propertyPassword
Gets or sets the CICS password or password phrase to use for the request.
Public propertyProgram
Gets or sets the name of the CICS program to call.
Public propertyReturnCode
Gets the return code from the most recent flow of this request.
(Overrides GatewayRequest..::..ReturnCode.)
Public propertyReturnCodeString
Gets a string representation of ReturnCode.
(Overrides GatewayRequest..::..ReturnCodeString.)
Public propertyServerName
Gets or sets the name of the CICS server to run the program on, as defined in the Gateway daemon.
Public propertyTimeout
Gets or sets the timeout period for the request.
Public propertyTransId
Gets or sets the identifier of the transaction used when linking to the CICS program.
Public propertyUserId
Gets or sets the CICS user id to use for the request.

See Also