| S2CTransactionStatus Enumeration |
The types of transaction executed within a component.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax [FlagsAttribute]
public enum S2CTransactionStatus
<FlagsAttribute>
Public Enumeration S2CTransactionStatus
[FlagsAttribute]
public enum class S2CTransactionStatus
Members
| 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
|
See Also