Click or drag to resize
S2CTransactionStatus Enumeration
The types of transaction executed within a component.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
[FlagsAttribute]
public enum S2CTransactionStatus
Members
  Member nameValueDescription
ACKNOWLEDGE1 Acknowledge a transaction committed first by the component, then by the server.
SV_ROLLBACK2 Roll back a transaction committed by the component but rejected by the server, or aborted by the component in asynchronous roll back mode.
CP_ROLLBACK4 Locally roll back a transaction aborted by the component.
NOTIFY8 Notification transaction
NOTIFY_CREATION24 Creation Notification
See Also