Namespace: MongoDB.Driver.Core.Bindings
| Member name | Value | Description | |
|---|---|---|---|
| Starting | 1 | StartTransaction has been called but no operations have been performed yet. | |
| InProgress | 2 | The transaction is in progress. | |
| Committed | 3 | CommitTransaction has been called. | |
| Aborted | 4 | AbortTransaction has been called. |