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