Enum TransactionState
Represents the state of a Transaction.
Namespace: Realms
Assembly: Realm.dll
Syntax
public enum TransactionState
Fields
| Name | Description |
|---|---|
| Running | The transaction is running. |
| Committed | The transaction is successfully committed. |
| RolledBack | The transaction rolled back its changes. |