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
Members
Member name | Value | Description | |
---|---|---|---|
EciNoExtend | 0 | Execute the request and commit all changes to recoverable resources. | |
EciExtended | 1 | If LuwToken is zero, start a new logical unit of work (LUW). Otherwise execute the request within an existing LUW. | |
EciCommit | 2 | Terminate the logical unit of work (LUW), committing all changes to recoverable resources. | |
EciBackOut | 4 | Terminate the logical unit of work (LUW), backing out all changes to recoverable resources. |
See Also