EciExtendMode Enumeration

CICS Transaction Gateway V9.3.0.0
Specifies whether an EciRequest should start, continue, or end a logical unit of work (LUW).

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

public enum EciExtendMode
Members

  Member nameValueDescription
EciNoExtend0Execute the request and commit all changes to recoverable resources.
EciExtended1If LuwToken is zero, start a new logical unit of work (LUW). Otherwise execute the request within an existing LUW.
EciCommit2Terminate the logical unit of work (LUW), committing all changes to recoverable resources.
EciBackOut4Terminate the logical unit of work (LUW), backing out all changes to recoverable resources.
See Also

Reference