Transaction.Commit Method

Commits the transaction.

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

Syntax

'Declaration
Public Sub Commit
public void Commit()
public:
void Commit()
member Commit : unit -> unit
public function Commit()

Remarks

Committing the transaction persists all the changes that were made during the transaction, performs rules that were triggered during the transaction, and notifies event listeners that the transaction has committed.

.NET Framework Security

See Also

Reference

Transaction Class

Microsoft.VisualStudio.Modeling Namespace