TransactionManager Class
Creates Transaction objects and keeps track of the current active transaction.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | TransactionManager(Store^) | Initializes a new instance of the TransactionManager class. |
| Name | Description | |
|---|---|---|
![]() | CurrentTransaction | Gets the current active transaction. |
![]() | InTransaction | True if there is an active transaction. |
![]() | Store | Gets the store that this TransactionManager is part of. |
![]() | TransactionDepth | Gets the depth of the nested transactions. |
| Name | Description | |
|---|---|---|
![]() | AddCanCommitCallback(CanCommitCallback^) | Register a delegate that can vote on whether a Commit() is allowed. |
![]() | BeginTransaction() | Creates a new transaction object with a given name and returns a reference to it. |
![]() | BeginTransaction(String^) | Creates a new transaction object with a given name and returns a reference to it. |
![]() | BeginTransaction(String^, Boolean) | Creates a new transaction object with a given name and returns a reference to it. |
![]() | BeginTransaction(String^, Boolean, TransactionContext^) | Creates a new transaction object with a given name and returns a reference to it |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RemoveCanCommitCallback(CanCommitCallback^) | Removes a delegate from the voting list. |
![]() | ToString() | (Inherited from Object.) |
For examples and more information, see .0bee4373-5205-4566-85ac-8747dfe27a78
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


