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: 1.0.0.0

Syntax

C#
public enum EciExtendMode
Visual Basic
Public Enumeration EciExtendMode
Visual C++
public enum class EciExtendMode

Members

Member nameDescription
EciNoExtend
Execute the request and commit all changes to recoverable resources.
EciExtended
If LuwToken is zero, start a new logical unit of work (LUW). Otherwise execute the request within an existing LUW.
EciCommit
Terminate the logical unit of work (LUW), committing all changes to recoverable resources.
EciBackOut
Terminate the logical unit of work (LUW), backing out all changes to recoverable resources.

See Also