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.