Specifies whether an EciRequest should start, continue, or end a logical unit of work (LUW).
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.0.0.0
Syntax
C# |
---|
public enum EciExtendMode |
Visual Basic |
---|
Public Enumeration EciExtendMode |
Visual C++ |
---|
public enum class EciExtendMode |
Members
Member name | Description | |
---|---|---|
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. |