This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITransactions Interface > ITransactions.CommitTransaction Method (ArcObjects .NET 10.5 SDK) |
Commits the current transaction.
[Visual Basic .NET]
Public Sub CommitTransaction ( _
)
[C#] public void CommitTransaction ( );
[C++]
HRESULT CommitTransaction(
void
);
An application is responsible for stopping only those transactions (using CommitTransaction or AbortTransaction) that were started by the application.