This document is archived and information here might be outdated.  Recommended version.


ITransactions.CommitTransaction Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITransactions Interface > ITransactions.CommitTransaction Method
ArcGIS Developer Help

ITransactions.CommitTransaction Method

Commits the current transaction.

[Visual Basic .NET]
Public Sub CommitTransaction ( _
)
[C#]
public void CommitTransaction (
);
[C++]
HRESULT CommitTransaction(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

An application is responsible for stopping only those transactions (using CommitTransaction or AbortTransaction) that were started by the application.

See Also

ITransactions Interface