CanCommitResult Enumeration
Visual Studio 2015
Enumeration status for the CanCommit callback.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
| Member name | Description | |
|---|---|---|
| Abandon | Stop processing the current transaction and do not try to roll back. This result is returned if the Store is disposed during the execution of a transaction. | |
| Commit | Proceed with the current transaction. | |
| Rollback | Stop processing the current transaction and undo any changes that were made to this point. |
Show: