Rogue Wave Server Component library for .NET Reference Guide
|
|
S2CTransactionStatus Enumeration |
The types of transaction executed within a component.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
| Member name | Value | Description | |
|---|---|---|---|
| ACKNOWLEDGE | 1 | Acknowledge a transaction committed first by the component, then by the server. | |
| SV_ROLLBACK | 2 | Roll back a transaction committed by the component but rejected by the server, or aborted by the component in asynchronous roll back mode. | |
| CP_ROLLBACK | 4 | Locally roll back a transaction aborted by the component. | |
| NOTIFY | 8 | Notification transaction | |
| NOTIFY_CREATION | 24 | Creation Notification |