CanCommitResult Enumeration

 

Enumeration status for the CanCommit callback.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public enum class CanCommitResult

Member nameDescription
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.

Return to top
Show: